musl: remove fake glibc defines
authorFelix Fietkau <nbd@openwrt.org>
Sun, 29 Jun 2014 22:25:40 +0000 (22:25 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 29 Jun 2014 22:25:40 +0000 (22:25 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41396

toolchain/musl/include/features.h

index 0a01f841b8e55112d24b1cd0863458db2dae0401..edb8cc72d4cd441a4c480008ccb8fa39ede5e6cf 100644 (file)
 # define __GNUC_PREREQ(maj, min) 0
 #endif
 
 # define __GNUC_PREREQ(maj, min) 0
 #endif
 
-#if !defined __FORCE_NOGLIBC && (!defined _LIBC || defined __FORCE_GLIBC)
-#undef __GNU_LIBRARY__
-#define __GNU_LIBRARY__ 6
-
-#define __GLIBC__ 2
-#define __GLIBC_MINOR__ 2
-#endif
-
 #include <sys/glibc-types.h>
 
 #endif
 #include <sys/glibc-types.h>
 
 #endif