aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/busybox.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/busybox.h b/include/busybox.h
index f6f575957..3ff3d8a37 100644
--- a/include/busybox.h
+++ b/include/busybox.h
@@ -32,10 +32,10 @@
32#include <sys/stat.h> 32#include <sys/stat.h>
33#include <sys/types.h> 33#include <sys/types.h>
34 34
35#if __GNU_LIBRARY__ < 5 35#if __GNU_LIBRARY__ < 5 && \
36#ifndef __dietlibc__ 36 !defined(__dietlibc__) && \
37#error "Sorry, libc5 is not supported" 37 !defined(_NEWLIB_VERSION)
38#endif 38#error "Sorry, this libc version is not supported :("
39#endif 39#endif
40 40
41#ifndef BB_EXTRA_VERSION 41#ifndef BB_EXTRA_VERSION