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.
 
 
 
 
 
 

11 lines
295 B

--- ../cache/vifm-0.10/src/compat/pthread.c 2018-11-11 15:20:19.000000000 +0000
+++ ./src/compat/pthread.c 2019-01-16 03:08:28.369761090 +0000
@@ -18,7 +18,7 @@
#include "pthread.h"
-#ifdef __APPLE__
+#ifdef __ANDROID__
#include <assert.h> /* assert() */
#include <errno.h> /* EBUSY */