musl: remove fake glibc defines
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41396
This commit is contained in:
parent
368cc09dd5
commit
4beaccc7d0
1 changed files with 0 additions and 8 deletions
|
@ -43,14 +43,6 @@
|
||||||
# define __GNUC_PREREQ(maj, min) 0
|
# define __GNUC_PREREQ(maj, min) 0
|
||||||
#endif
|
#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>
|
#include <sys/glibc-types.h>
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue