svn commit: trunk/uClibc/libc/sysdeps/linux/common/bits

andersen at uclibc.org andersen at uclibc.org
Fri Dec 8 03:39:07 UTC 2006


Author: andersen
Date: 2006-12-07 19:39:07 -0800 (Thu, 07 Dec 2006)
New Revision: 16806

Log:
this stuff is for uClibc internal use only


Modified:
   trunk/uClibc/libc/sysdeps/linux/common/bits/uClibc_pthread.h


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/common/bits/uClibc_pthread.h
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/common/bits/uClibc_pthread.h	2006-12-08 03:19:36 UTC (rev 16805)
+++ trunk/uClibc/libc/sysdeps/linux/common/bits/uClibc_pthread.h	2006-12-08 03:39:07 UTC (rev 16806)
@@ -27,10 +27,12 @@
 # error "Always include <pthread.h> rather than <bits/uClibc_pthread.h>"
 #endif
 
+#ifdef _LIBC
 extern int __pthread_mutex_init (pthread_mutex_t *__restrict __mutex,
 		__const pthread_mutexattr_t *__restrict __mutex_attr) attribute_hidden;
 extern int __pthread_mutex_trylock (pthread_mutex_t *__mutex) attribute_hidden;
 extern int __pthread_mutex_lock (pthread_mutex_t *__mutex) attribute_hidden;
 extern int __pthread_mutex_unlock (pthread_mutex_t *__mutex) attribute_hidden;
+#endif
 
 #endif




More information about the uClibc-cvs mailing list