From 9ce971cc74e0166bb1ffe8e2e291f31a8ea89002 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 21 Nov 2010 14:40:54 +0000 Subject: [PATCH] coreutils: add patch missing in r24060. SVN-Revision: 24061 --- .../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.30.2