X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=toolchain%2Fmusl%2Finclude%2Ffeatures.h;h=edb8cc72d4cd441a4c480008ccb8fa39ede5e6cf;hp=df54c16f0b7c08744b1919712dc920f45203bc85;hb=88f7a70be49636ba18aa794325b136a47505f72d;hpb=1909f9db13bf51e33e6f619e5c2d2f31eb049784 diff --git a/toolchain/musl/include/features.h b/toolchain/musl/include/features.h index df54c16f0b..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__ 16 -#endif - #include #endif