diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-12-16 19:12:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-12-16 19:12:45 +0000 |
commit | d9099f3dc54d4e9dd182734b039d948b6a0f6b1f (patch) | |
tree | 07c36c96410e4b7c963f4f55eab62c6aa3749714 /test | |
parent | 832255d18adb277bb06c74a8b50c4862e5a7f914 (diff) |
scrub prototype so we dont conflict with the pthread header
Diffstat (limited to 'test')
-rw-r--r-- | test/dlopen/libtest2.c | 2 |
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) { |