From 83e5d6f77237b64853c194b0ce592e77ef677c4d Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 18 Dec 2006 21:49:06 +0000 Subject: A bunch of defined(__GLIBC__) added. static-linking warning expanded --- include/libbb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libbb.h') diff --git a/include/libbb.h b/include/libbb.h index fcd0dfa31..7dc7abd7f 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -159,7 +159,7 @@ #endif -#if (__GLIBC__ < 2) +#if defined(__GLIBC__) && __GLIBC__ < 2 int vdprintf(int d, const char *format, va_list ap); #endif // This is declared here rather than #including in order to avoid -- cgit v1.2.3