svn commit: branches/uClibc-nptl/test/dlopen

carmelo at uclibc.org carmelo at uclibc.org
Wed Aug 20 06:35:26 UTC 2008


Author: carmelo
Date: 2008-08-19 23:35:26 -0700 (Tue, 19 Aug 2008)
New Revision: 23115

Log:
Remove pointless extern declaration for __pthread_once

Modified:
   branches/uClibc-nptl/test/dlopen/libtest.c


Changeset:
Modified: branches/uClibc-nptl/test/dlopen/libtest.c
===================================================================
--- branches/uClibc-nptl/test/dlopen/libtest.c	2008-08-20 02:38:48 UTC (rev 23114)
+++ branches/uClibc-nptl/test/dlopen/libtest.c	2008-08-20 06:35:26 UTC (rev 23115)
@@ -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)
 {




More information about the uClibc-cvs mailing list