svn commit: branches/uClibc-nptl/test/dlopen
carmelo at uclibc.org
carmelo at uclibc.org
Fri Jul 11 06:50:20 PDT 2008
Author: carmelo
Date: 2008-07-11 06:50:19 -0700 (Fri, 11 Jul 2008)
New Revision: 22781
Log:
Avoid conflict with __pthread_once defined into bits/libc-lock.h
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-07-11 13:47:21 UTC (rev 22780)
+++ branches/uClibc-nptl/test/dlopen/libtest.c 2008-07-11 13:50:19 UTC (rev 22781)
@@ -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