diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-03-24 13:45:02 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-03-24 13:45:02 +0000 |
commit | 04bbb6fdfae0b5bc9e39a6f51894796df0cd35fb (patch) | |
tree | 8c9dfaaeba132024813df9696b9a7805d448e5d1 /libpthread/linuxthreads/sysdeps/pthread/uClibc-glue.h | |
parent | a886737c3e3a379989c5833823b87ac1497d07f5 (diff) |
Now new linuxthreads builds w/ SHARED
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 17c4b24b3..f81c22945 100644 --- a/libpthread/linuxthreads/sysdeps/pthread/uClibc-glue.h +++ b/libpthread/linuxthreads/sysdeps/pthread/uClibc-glue.h @@ -29,14 +29,6 @@ #define __libc_current_sigrtmin_private __libc_current_sigrtmin #define __clone clone -/* taken from ldsodefs.h, modified */ -#ifdef SHARED -# define GL(name) _##name -void (*_dl_rtld_lock_recursive) (void *); -void (*_dl_rtld_unlock_recursive) (void *); -void **(*_dl_error_catch_tsd) (void) __attribute__ ((const)); -#endif - extern void *__libc_stack_end; extern int __cxa_atexit (void (*func) (void *), void *arg, void *d); |