The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
11 lines
324 B
Diff
11 lines
324 B
Diff
--- a/src/threading.h
|
|
+++ b/src/threading.h
|
|
@@ -110,7 +110,7 @@ enum e_status { PENDING, RUNNING, WAITIN
|
|
#endif // PLATFORM_WIN32
|
|
#include <pthread.h>
|
|
|
|
- #ifdef PLATFORM_LINUX
|
|
+ #if defined(PLATFORM_LINUX) && defined(__UCLIBC__)
|
|
# define _MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE_NP
|
|
#else
|
|
/* OS X, ... */
|