From: Felix Fietkau <nbd@openwrt.org>
Date: Sun, 29 Jun 2014 22:25:40 +0000 (+0000)
Subject: musl: remove fake glibc defines
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=4beaccc7d0a47aa0aef724bc3d4a37f083ff6817;p=openwrt%2Fstaging%2Flinusw.git

musl: remove fake glibc defines

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 41396
---

diff --git a/toolchain/musl/include/features.h b/toolchain/musl/include/features.h
index 0a01f841b8..edb8cc72d4 100644
--- a/toolchain/musl/include/features.h
+++ b/toolchain/musl/include/features.h
@@ -43,14 +43,6 @@
 # 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