perl: Update from 5.26.1 to 5.26.2
[termux-packages] / packages / vifm / pthread.c.patch
1 --- ../cache/vifm-0.9/src/compat/pthread.c 2017-06-18 14:31:25.000000000 +0000
2 +++ ./src/compat/pthread.c 2017-10-03 23:43:21.948484280 +0000
3 @@ -18,7 +18,7 @@
4
5 #include "pthread.h"
6
7 -#ifdef __APPLE__
8 +#ifdef __ANDROID__
9
10 #include <assert.h> /* assert() */
11 #include <errno.h> /* EBUSY */