Explorar el Código

scrub prototype so we dont conflict with the pthread header

Mike Frysinger hace 19 años
padre
commit
d9099f3dc5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      test/dlopen/libtest2.c

+ 1 - 1
test/dlopen/libtest2.c

@@ -2,7 +2,7 @@
 #include <pthread.h>
 
 
-extern int __pthread_mutex_init (void);
+//extern int __pthread_mutex_init (void);
 
 void __attribute__((constructor)) libtest2_ctor(void)
 {