12 lines
261 B
Diff
12 lines
261 B
Diff
|
--- ../cache/vifm-0.9/src/compat/pthread.h 2017-06-18 14:31:25.000000000 +0000
|
||
|
+++ ./src/compat/pthread.h 2017-10-03 23:46:10.528479414 +0000
|
||
|
@@ -21,7 +21,7 @@
|
||
|
|
||
|
#include <pthread.h>
|
||
|
|
||
|
-#ifdef __APPLE__
|
||
|
+#ifdef __ANDROID__
|
||
|
|
||
|
typedef int pthread_spinlock_t;
|
||
|
|