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:
hauke 2010-11-21 14:40:54 +00:00
parent d04eca5645
commit e86e91681b

View 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