newlib fixe from Shaun Jackman

This commit is contained in:
Mike Frysinger 2005-03-04 01:09:43 +00:00
parent df7bfb433e
commit ca1b6fc745

View File

@ -32,10 +32,10 @@
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/types.h> #include <sys/types.h>
#if __GNU_LIBRARY__ < 5 #if __GNU_LIBRARY__ < 5 && \
#ifndef __dietlibc__ !defined(__dietlibc__) && \
#error "Sorry, libc5 is not supported" !defined(_NEWLIB_VERSION)
#endif #error "Sorry, this libc version is not supported :("
#endif #endif
#ifndef BB_EXTRA_VERSION #ifndef BB_EXTRA_VERSION