diff options
-rw-r--r-- | test/dlopen/libtest.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/dlopen/libtest.c b/test/dlopen/libtest.c index 6d3456636..3fd137f06 100644 --- a/test/dlopen/libtest.c +++ b/test/dlopen/libtest.c @@ -2,8 +2,6 @@ #include <pthread.h> #include <stdint.h> -extern int __pthread_once(void); - void dltest(uint32_t **value1, uint32_t **value2); void dltest(uint32_t **value1, uint32_t **value2) { |