From 593d995ef8079f538e20acf5342ccf530dfc09b7 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 14 Jul 2008 07:42:14 +0000 Subject: 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. --- libc/sysdeps/linux/common/bits/uClibc_mutex.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libc/sysdeps/linux') 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 #include -#include #define __UCLIBC_MUTEX_TYPE pthread_mutex_t -- cgit v1.2.3