termux-packages/packages/vifm/pthread.c.patch

12 lines
294 B
Diff

--- ../cache/vifm-0.9/src/compat/pthread.c 2017-06-18 14:31:25.000000000 +0000
+++ ./src/compat/pthread.c 2017-10-03 23:43:21.948484280 +0000
@@ -18,7 +18,7 @@
#include "pthread.h"
-#ifdef __APPLE__
+#ifdef __ANDROID__
#include <assert.h> /* assert() */
#include <errno.h> /* EBUSY */