summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-06-29 22:25:40 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-06-29 22:25:40 +0000
commit4beaccc7d0a47aa0aef724bc3d4a37f083ff6817 (patch)
tree38ff8dd1c805628903b807bc0008989c15027cb0 /toolchain
parent368cc09dd5497fcb569458f54bc51e6af0fcb214 (diff)
downloadmtk-20170518-4beaccc7d0a47aa0aef724bc3d4a37f083ff6817.zip
mtk-20170518-4beaccc7d0a47aa0aef724bc3d4a37f083ff6817.tar.gz
mtk-20170518-4beaccc7d0a47aa0aef724bc3d4a37f083ff6817.tar.bz2
musl: remove fake glibc defines
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41396
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/musl/include/features.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/toolchain/musl/include/features.h b/toolchain/musl/include/features.h
index 0a01f84..edb8cc7 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