Explorar o código

Guard GL(name) and it's users w/ SHARED

Peter S. Mazinger %!s(int64=19) %!d(string=hai) anos
pai
achega
c29df5ad24
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      libpthread/linuxthreads/sysdeps/pthread/uClibc-glue.h

+ 3 - 1
libpthread/linuxthreads/sysdeps/pthread/uClibc-glue.h

@@ -30,10 +30,12 @@
 #define __clone clone
 
 /* taken from ldsodefs.h, modified */
-#define GL(name) _##name
+#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);