From: Hauke Mehrtens Date: Sun, 21 Nov 2010 14:40:54 +0000 (+0000) Subject: coreutils: add patch missing in r24060. X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9ce971cc74e0166bb1ffe8e2e291f31a8ea89002;p=openwrt%2Fsvn-archive%2Fpackages.git coreutils: add patch missing in r24060. SVN-Revision: 24061 --- 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