From fd11c5fbfaadceb2e3c18b96e30db070044eaebd Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Fri, 7 Jul 2017 03:29:49 +0200 Subject: [PATCH] ndk-patches: Use @TERMUX_PREFIX@ --- ndk-patches/stdio.h.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ndk-patches/stdio.h.patch b/ndk-patches/stdio.h.patch index d9af6898..ee15fa1e 100644 --- a/ndk-patches/stdio.h.patch +++ b/ndk-patches/stdio.h.patch @@ -65,7 +65,7 @@ diff -u -r /home/fornwall/lib/android-ndk/sysroot/usr/include/stdio.h ./usr/incl + int i; + for (i = 0; i < 100; i++) { + unsigned int r = arc4random(); -+ if (asprintf(&path, "/data/data/com.termux/files/usr/tmp/tmpfile.%d-%u", p, r) == -1) return NULL; ++ if (asprintf(&path, "@TERMUX_PREFIX@/tmp/tmpfile.%d-%u", p, r) == -1) return NULL; + int fd = open(path, O_RDWR | O_CREAT | O_EXCL | O_LARGEFILE, 0600); + free(path); + if (fd >= 0) { -- 2.11.0