projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57392d8
)
musl: remove fake glibc defines
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 29 Jun 2014 22:25:40 +0000
(22:25 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 29 Jun 2014 22:25:40 +0000
(22:25 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41396
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
toolchain/musl/include/features.h
patch
|
blob
|
history
diff --git
a/toolchain/musl/include/features.h
b/toolchain/musl/include/features.h
index
0a01f84
..
edb8cc7
100644
(file)
--- 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