diff options
Diffstat (limited to 'include/busybox.h')
-rw-r--r-- | include/busybox.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/busybox.h b/include/busybox.h index 59d800e..1f9f977 100644 --- a/include/busybox.h +++ b/include/busybox.h @@ -15,16 +15,8 @@ #include <sys/types.h> #include <sys/stat.h> -#if __GNU_LIBRARY__ < 5 && \ - !defined(__dietlibc__) && \ - !defined(_NEWLIB_VERSION) -#error "Sorry, this libc version is not supported :(" -#endif - extern const char BB_BANNER[]; -#include <features.h> - /* Pull in the utility routines from libbb */ #include "libbb.h" |