diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-31 22:32:17 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-31 22:32:17 +0000 |
commit | 167d569420c674556ca4e94937fbd4c104081085 (patch) | |
tree | 68ec92f752e66eabebdd3a51d1989eda4e453b39 /libpthread/linuxthreads/sysdeps/pthread/uClibc-glue.h | |
parent | 44d025b3b9f97f660bb2378a7a3801ed28d65e29 (diff) |
pt-allocrtsig.c is irrelevant for now, remove related too, add libc_hidden_proto from old version
Diffstat (limited to 'libpthread/linuxthreads/sysdeps/pthread/uClibc-glue.h')
-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 |