chiark
/
gitweb
/
~mdw
/
termux-packages
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
libuv: Update from 1.20.0 to 1.20.1
[termux-packages]
/
packages
/
libgpg-error
/
atexit.patch
1
--- src/src/estream.c 2017-02-28 09:11:05.000000000 +0000
2
+++ ./_patches/estream.c 2017-05-14 23:41:57.522426391 +0000
3
@@ -510,7 +510,11 @@
4
{
5
static int initialized;
6
7
+#ifdef __ANDROID__
8
+ if (initialized < 2)
9
+#else
10
if (!initialized)
11
+#endif
12
{
13
initialized = 1;
14
atexit (do_deinit);