Remove check for supported libc.
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 24 Oct 2010 01:02:57 +0000 (03:02 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 24 Oct 2010 01:02:57 +0000 (03:02 +0200)
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>
include/platform.h

index b5c66851730c11a6b541270078321b1334b29adc..656327641b5a60c0f28bb946b2edaf8a9bbd5f8d 100644 (file)
@@ -264,15 +264,6 @@ typedef uint32_t bb__aliased_uint32_t FIX_ALIASING;
 
 /* ---- Miscellaneous --------------------------------------- */
 
-#if defined(__GNU_LIBRARY__) && __GNU_LIBRARY__ < 5 && \
-       !defined(__dietlibc__) && \
-       !defined(_NEWLIB_VERSION) && \
-       !(defined __digital__ && defined __unix__)
-# error "Sorry, this libc version is not supported :("
-#endif
-
-/* Don't perpetuate e2fsck crap into the headers.  Clean up e2fsck instead. */
-
 #if defined __GLIBC__ || defined __UCLIBC__ \
  || defined __dietlibc__ || defined _NEWLIB_VERSION
 # include <features.h>