diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-24 03:02:57 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-24 03:02:57 +0200 |
commit | 58647e8f851e9639d1b386c67c44ca070d1c9a49 (patch) | |
tree | f33dbe76165431e722631b6ce47a35ef37e55003 /include/platform.h | |
parent | 07b1c6ecc035c5b4d68db6b676610327bb897418 (diff) | |
download | busybox-w32-58647e8f851e9639d1b386c67c44ca070d1c9a49.tar.gz busybox-w32-58647e8f851e9639d1b386c67c44ca070d1c9a49.tar.bz2 busybox-w32-58647e8f851e9639d1b386c67c44ca070d1c9a49.zip |
Remove check for supported libc.
If it is not supported, it won't work. No need to break working ones
which happen to this over this check.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/platform.h')
-rw-r--r-- | include/platform.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/platform.h b/include/platform.h index b5c668517..656327641 100644 --- a/include/platform.h +++ b/include/platform.h | |||
@@ -264,15 +264,6 @@ typedef uint32_t bb__aliased_uint32_t FIX_ALIASING; | |||
264 | 264 | ||
265 | /* ---- Miscellaneous --------------------------------------- */ | 265 | /* ---- Miscellaneous --------------------------------------- */ |
266 | 266 | ||
267 | #if defined(__GNU_LIBRARY__) && __GNU_LIBRARY__ < 5 && \ | ||
268 | !defined(__dietlibc__) && \ | ||
269 | !defined(_NEWLIB_VERSION) && \ | ||
270 | !(defined __digital__ && defined __unix__) | ||
271 | # error "Sorry, this libc version is not supported :(" | ||
272 | #endif | ||
273 | |||
274 | /* Don't perpetuate e2fsck crap into the headers. Clean up e2fsck instead. */ | ||
275 | |||
276 | #if defined __GLIBC__ || defined __UCLIBC__ \ | 267 | #if defined __GLIBC__ || defined __UCLIBC__ \ |
277 | || defined __dietlibc__ || defined _NEWLIB_VERSION | 268 | || defined __dietlibc__ || defined _NEWLIB_VERSION |
278 | # include <features.h> | 269 | # include <features.h> |