mc: multple fixes (#2367)
[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);