Author: nbd Date: 2014-06-30 00:25:40 +0200 (Mon, 30 Jun 2014) New Revision: 41396
Modified: trunk/toolchain/musl/include/features.h Log: musl: remove fake glibc defines Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/toolchain/musl/include/features.h =================================================================== --- trunk/toolchain/musl/include/features.h 2014-06-29 22:25:36 UTC (rev 41395) +++ trunk/toolchain/musl/include/features.h 2014-06-29 22:25:40 UTC (rev 41396) @@ -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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
