summaryrefslogtreecommitdiffstats
path: root/test/dlopen/libtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/dlopen/libtest.c')
-rw-r--r--test/dlopen/libtest.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/dlopen/libtest.c b/test/dlopen/libtest.c
index b54864b33..a306e4bf7 100644
--- a/test/dlopen/libtest.c
+++ b/test/dlopen/libtest.c
@@ -2,6 +2,8 @@
#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)
{