fix printf warning
[oweals/busybox.git] / include / busybox.h
index f6f575957215af775c7a8a0014bb4738e4785869..3ff3d8a37ac0f005a3ba32cfb3dc3c6ae52ff584 100644 (file)
 #include <sys/stat.h>
 #include <sys/types.h>
 
-#if __GNU_LIBRARY__ < 5
-#ifndef __dietlibc__
-#error "Sorry, libc5 is not supported"
-#endif
+#if __GNU_LIBRARY__ < 5 && \
+    !defined(__dietlibc__) && \
+    !defined(_NEWLIB_VERSION)
+#error "Sorry, this libc version is not supported :("
 #endif
 
 #ifndef BB_EXTRA_VERSION