summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps
diff options
context:
space:
mode:
authorKhem Raj <kraj@mvista.com>2008-07-14 07:42:14 +0000
committerKhem Raj <kraj@mvista.com>2008-07-14 07:42:14 +0000
commit593d995ef8079f538e20acf5342ccf530dfc09b7 (patch)
treed2191fce2914e26b1e3e9c378009176760f4a538 /libc/sysdeps
parent4d85740b199127856cbce1ed697b8f86e9ca5fda (diff)
downloaduClibc-alpine-593d995ef8079f538e20acf5342ccf530dfc09b7.tar.bz2
uClibc-alpine-593d995ef8079f538e20acf5342ccf530dfc09b7.tar.xz
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.
Diffstat (limited to 'libc/sysdeps')
-rw-r--r--libc/sysdeps/linux/common/bits/uClibc_mutex.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/bits/uClibc_mutex.h b/libc/sysdeps/linux/common/bits/uClibc_mutex.h
index 91b9ce915..36e87ff82 100644
--- a/libc/sysdeps/linux/common/bits/uClibc_mutex.h
+++ b/libc/sysdeps/linux/common/bits/uClibc_mutex.h
@@ -14,7 +14,6 @@
#include <pthread.h>
#include <bits/uClibc_pthread.h>
-#include <bits/libc-lock.h>
#define __UCLIBC_MUTEX_TYPE pthread_mutex_t