svn commit: branches/uClibc-nptl/libc/sysdeps/linux/common/bits

kraj at uclibc.org kraj at uclibc.org
Mon Jul 14 07:42:15 UTC 2008


Author: kraj
Date: 2008-07-14 00:42:14 -0700 (Mon, 14 Jul 2008)
New Revision: 22826

Log:
Do not include libc-lock.h because uClibc_mutex.h is exported file and several application using this headers fail because they do not get __extern_inline define and if cdefs.h is included then the mudslide begins. For now we will live with the warnings in uclibc build.


Modified:
   branches/uClibc-nptl/libc/sysdeps/linux/common/bits/uClibc_mutex.h


Changeset:
Modified: branches/uClibc-nptl/libc/sysdeps/linux/common/bits/uClibc_mutex.h
===================================================================
--- branches/uClibc-nptl/libc/sysdeps/linux/common/bits/uClibc_mutex.h	2008-07-14 07:39:03 UTC (rev 22825)
+++ branches/uClibc-nptl/libc/sysdeps/linux/common/bits/uClibc_mutex.h	2008-07-14 07:42:14 UTC (rev 22826)
@@ -14,7 +14,6 @@
 
 #include <pthread.h>
 #include <bits/uClibc_pthread.h>
-#include <bits/libc-lock.h>
 
 #define __UCLIBC_MUTEX_TYPE				pthread_mutex_t
 




More information about the uClibc-cvs mailing list