You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
261 B
12 lines
261 B
7 years ago
|
--- ../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;
|
||
|
|