coreutils: add patch missing in r24060.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24061 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d04eca5645
commit
e86e91681b
10
utils/coreutils/patches/002-fix_compile_with_uclibc.patch
Normal file
10
utils/coreutils/patches/002-fix_compile_with_uclibc.patch
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user