From a219c7ddc96c93e2abe2aeebc064253f94d58000 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 10 Mar 2006 00:38:24 +0000 Subject: try to get libpthread built w/ -DSHARED, what to do w/ _dl_load_lock? --- libpthread/linuxthreads/sysdeps/pthread/uClibc-glue.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libpthread') diff --git a/libpthread/linuxthreads/sysdeps/pthread/uClibc-glue.h b/libpthread/linuxthreads/sysdeps/pthread/uClibc-glue.h index f81c22945..50facde27 100644 --- a/libpthread/linuxthreads/sysdeps/pthread/uClibc-glue.h +++ b/libpthread/linuxthreads/sysdeps/pthread/uClibc-glue.h @@ -29,6 +29,12 @@ #define __libc_current_sigrtmin_private __libc_current_sigrtmin #define __clone clone +/* taken from ldsodefs.h, modified */ +#define GL(name) _##name +void (*_dl_rtld_lock_recursive) (void *); +void (*_dl_rtld_unlock_recursive) (void *); +void **(*_dl_error_catch_tsd) (void) __attribute__ ((const)); + extern void *__libc_stack_end; extern int __cxa_atexit (void (*func) (void *), void *arg, void *d); -- cgit v1.2.3