diff options
Diffstat (limited to 'libpthread/linuxthreads/sysdeps')
-rw-r--r-- | libpthread/linuxthreads/sysdeps/pthread/uClibc-glue.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libpthread/linuxthreads/sysdeps/pthread/uClibc-glue.h b/libpthread/linuxthreads/sysdeps/pthread/uClibc-glue.h index 51162b95e..094c7fccf 100644 --- a/libpthread/linuxthreads/sysdeps/pthread/uClibc-glue.h +++ b/libpthread/linuxthreads/sysdeps/pthread/uClibc-glue.h @@ -8,18 +8,10 @@ #ifdef IS_IN_libpthread #include "kernel-features.h" -#ifndef _GNU_SOURCE -# define _GNU_SOURCE -#endif - #ifndef __GLIBC_HAVE_LONG_LONG # define __GLIBC_HAVE_LONG_LONG #endif -#ifndef __UCLIBC_HAS_XLOCALE__ -# define __uselocale(x) -#endif - #define __getpagesize getpagesize #define __sched_get_priority_max sched_get_priority_max #define __sched_get_priority_min sched_get_priority_min |