Просмотр исходного кода

musl: remove fake glibc defines

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 41396
Felix Fietkau 11 лет назад
Родитель
Сommit
4beaccc7d0
1 измененных файлов с 0 добавлено и 8 удалено
  1. 0 8
      toolchain/musl/include/features.h

+ 0 - 8
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 <sys/glibc-types.h>
 
 #endif