musl: remove fake glibc defines
[openwrt/svn-archive/archive.git] / toolchain / musl / include / features.h
index df54c16f0b7c08744b1919712dc920f45203bc85..edb8cc72d4cd441a4c480008ccb8fa39ede5e6cf 100644 (file)
 # 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 <sys/glibc-types.h>
 
 #endif