From e86e91681b301241d3f48746d77fdf563abf7e3a Mon Sep 17 00:00:00 2001 From: hauke Date: Sun, 21 Nov 2010 14:40:54 +0000 Subject: [PATCH] coreutils: add patch missing in r24060. git-svn-id: svn://svn.openwrt.org/openwrt/packages@24061 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/coreutils/patches/002-fix_compile_with_uclibc.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 utils/coreutils/patches/002-fix_compile_with_uclibc.patch diff --git a/utils/coreutils/patches/002-fix_compile_with_uclibc.patch b/utils/coreutils/patches/002-fix_compile_with_uclibc.patch new file mode 100644 index 000000000..537eab380 --- /dev/null +++ b/utils/coreutils/patches/002-fix_compile_with_uclibc.patch @@ -0,0 +1,10 @@ +--- a/lib/pthread.in.h ++++ b/lib/pthread.in.h +@@ -225,6 +225,7 @@ pthread_mutex_unlock (pthread_mutex_t *m + + /* Approximate spinlocks with mutexes. */ + ++#define pthread_spinlock_t original_pthread_spinlock_t + typedef pthread_mutex_t pthread_spinlock_t; + + static inline int -- 2.11.0