diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/dlopen/libtest2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dlopen/libtest2.c b/test/dlopen/libtest2.c index b2eb02e88..0b302daa6 100644 --- a/test/dlopen/libtest2.c +++ b/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) { |