summaryrefslogtreecommitdiff
path: root/test/dlopen
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-12-16 19:12:45 +0000
committerMike Frysinger <vapier@gentoo.org>2006-12-16 19:12:45 +0000
commitd9099f3dc54d4e9dd182734b039d948b6a0f6b1f (patch)
tree07c36c96410e4b7c963f4f55eab62c6aa3749714 /test/dlopen
parent832255d18adb277bb06c74a8b50c4862e5a7f914 (diff)
scrub prototype so we dont conflict with the pthread header
Diffstat (limited to 'test/dlopen')
-rw-r--r--test/dlopen/libtest2.c2
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)
{