diff options
-rw-r--r-- | test/dlopen/libtest2.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/dlopen/libtest2.c b/test/dlopen/libtest2.c index 0b302daa6..529f8bb66 100644 --- a/test/dlopen/libtest2.c +++ b/test/dlopen/libtest2.c @@ -1,9 +1,6 @@ #include <stdio.h> #include <pthread.h> - -//extern int __pthread_mutex_init (void); - void __attribute__((constructor)) libtest2_ctor(void) { printf("libtest2: constructor!\n"); @@ -34,5 +31,3 @@ int libtest2_func(const char *s) function2(); return 0; } - - |