chiark
/
gitweb
/
~mdw
/
termux-packages
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
debianutils: Update from 4.8.3 to 4.8.4
[termux-packages]
/
packages
/
vifm
/
pthread.h.patch
1
--- ../cache/vifm-0.9/src/compat/pthread.h 2017-06-18 14:31:25.000000000 +0000
2
+++ ./src/compat/pthread.h 2017-10-03 23:46:10.528479414 +0000
3
@@ -21,7 +21,7 @@
4
5
#include <pthread.h>
6
7
-#ifdef __APPLE__
8
+#ifdef __ANDROID__
9
10
typedef int pthread_spinlock_t;
11