Pārlūkot izejas kodu

scrub prototype so we dont conflict with the pthread header

Mike Frysinger 18 gadi atpakaļ
vecāks
revīzija
d9099f3dc5
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      test/dlopen/libtest2.c

+ 1 - 1
test/dlopen/libtest2.c

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