|
@ -65,7 +65,7 @@ diff -u -r /home/fornwall/lib/android-ndk/sysroot/usr/include/stdio.h ./usr/incl |
|
|
+ int i;
|
|
|
+ int i;
|
|
|
+ for (i = 0; i < 100; i++) {
|
|
|
+ for (i = 0; i < 100; i++) {
|
|
|
+ unsigned int r = arc4random();
|
|
|
+ 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);
|
|
|
+ int fd = open(path, O_RDWR | O_CREAT | O_EXCL | O_LARGEFILE, 0600);
|
|
|
+ free(path);
|
|
|
+ free(path);
|
|
|
+ if (fd >= 0) {
|
|
|
+ if (fd >= 0) {
|
|
|