aboutsummaryrefslogtreecommitdiff
path: root/include/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/platform.h')
-rw-r--r--include/platform.h9
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>