OSDN Git Service

scrub prototype so we dont conflict with the pthread header
authorMike Frysinger <vapier@gentoo.org>
Sat, 16 Dec 2006 19:12:45 +0000 (19:12 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sat, 16 Dec 2006 19:12:45 +0000 (19:12 -0000)
test/dlopen/libtest2.c

index b2eb02e..0b302da 100644 (file)
@@ -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)
 {