remove casts from xmalloc()
[oweals/busybox.git] / libbb / vdprintf.c
index ffcb7a444ebbbf61fc35bb7941f8ed30ae665950..ea2a9d4bf50edf9bd8c496c3b9a7a1406fe62882 100644 (file)
@@ -13,7 +13,7 @@
 
 
 
-#if (__GLIBC__ < 2)
+#if defined(__GLIBC__) && __GLIBC__ < 2
 int vdprintf(int d, const char *format, va_list ap)
 {
        char buf[BUF_SIZE];