From d9099f3dc54d4e9dd182734b039d948b6a0f6b1f Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 16 Dec 2006 19:12:45 +0000 Subject: scrub prototype so we dont conflict with the pthread header --- test/dlopen/libtest2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/dlopen') 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 -extern int __pthread_mutex_init (void); +//extern int __pthread_mutex_init (void); void __attribute__((constructor)) libtest2_ctor(void) { -- cgit v1.2.3