537eab3803ad9524b99515750cc7ecc0b3c87afe
[packages.git] / utils / coreutils / patches / 002-fix_compile_with_uclibc.patch
1 --- a/lib/pthread.in.h
2 +++ b/lib/pthread.in.h
3 @@ -225,6 +225,7 @@ pthread_mutex_unlock (pthread_mutex_t *m
4  
5  /* Approximate spinlocks with mutexes.  */
6  
7 +#define pthread_spinlock_t original_pthread_spinlock_t
8  typedef pthread_mutex_t pthread_spinlock_t;
9  
10  static inline int