summaryrefslogtreecommitdiffstats
path: root/test/dlopen/libtest.c
diff options
context:
space:
mode:
authorKhem Raj <kraj@mvista.com>2008-07-12 00:10:28 +0000
committerKhem Raj <kraj@mvista.com>2008-07-12 00:10:28 +0000
commit32c5dde1e30fd8dc1fbac830cd8c92f8e4c11ef7 (patch)
treeb69cc803bd8455f16f8933306cb1bfafbab75b75 /test/dlopen/libtest.c
parent360004f5edf8113866ec2d3a02212b3c60a0ddb7 (diff)
downloaduClibc-alpine-32c5dde1e30fd8dc1fbac830cd8c92f8e4c11ef7.tar.bz2
uClibc-alpine-32c5dde1e30fd8dc1fbac830cd8c92f8e4c11ef7.tar.xz
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Add NTPL testing support for ARM.
Diffstat (limited to 'test/dlopen/libtest.c')
-rw-r--r--test/dlopen/libtest.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/dlopen/libtest.c b/test/dlopen/libtest.c
index a306e4bf7..b54864b33 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)
{