X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2Fmusl%2Finclude%2Ffeatures.h;h=edb8cc72d4cd441a4c480008ccb8fa39ede5e6cf;hb=67a7166e7808e90c5cdb7d8db72a3a2d811a83c5;hp=0a01f841b8e55112d24b1cd0863458db2dae0401;hpb=c6c883e389814e98de2dc3cf41c40c7065353ea7;p=openwrt-working-2016%2F.git 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 #endif