diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2011-01-04 19:55:06 +0700 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2011-01-04 19:55:06 +0700 |
commit | 3f357a9c754805c4c38793749927aeda82797735 (patch) | |
tree | 65bb50517515714b6baaa4d5d2debed1e716bc83 /include/platform.h | |
parent | 47a20f7daf954c90bbc77d2c108cb366171c650f (diff) | |
parent | 776509544123c68bbc128c0fdb2f699062d294cf (diff) | |
download | busybox-w32-3f357a9c754805c4c38793749927aeda82797735.tar.gz busybox-w32-3f357a9c754805c4c38793749927aeda82797735.tar.bz2 busybox-w32-3f357a9c754805c4c38793749927aeda82797735.zip |
Merge commit 'e4dcba1c103dc28e927e004791e331aaf604383d^'
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 c20d2aef6..3400fdfd5 100644 --- a/include/platform.h +++ b/include/platform.h | |||
@@ -283,15 +283,6 @@ typedef uint32_t bb__aliased_uint32_t FIX_ALIASING; | |||
283 | 283 | ||
284 | /* ---- Miscellaneous --------------------------------------- */ | 284 | /* ---- Miscellaneous --------------------------------------- */ |
285 | 285 | ||
286 | #if defined(__GNU_LIBRARY__) && __GNU_LIBRARY__ < 5 && \ | ||
287 | !defined(__dietlibc__) && \ | ||
288 | !defined(_NEWLIB_VERSION) && \ | ||
289 | !(defined __digital__ && defined __unix__) | ||
290 | # error "Sorry, this libc version is not supported :(" | ||
291 | #endif | ||
292 | |||
293 | /* Don't perpetuate e2fsck crap into the headers. Clean up e2fsck instead. */ | ||
294 | |||
295 | #if defined __GLIBC__ || defined __UCLIBC__ \ | 286 | #if defined __GLIBC__ || defined __UCLIBC__ \ |
296 | || defined __dietlibc__ || defined _NEWLIB_VERSION | 287 | || defined __dietlibc__ || defined _NEWLIB_VERSION |
297 | # include <features.h> | 288 | # include <features.h> |