X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/2c4c89b3bccef80e8d731220f02392249b2592c8..202a1fb5d3efb4affe66cabc1f5ed33de0db1d80:/ndk_patches/stdio.h.patch diff --git a/ndk_patches/stdio.h.patch b/ndk_patches/stdio.h.patch index 600c79e1..c64fda15 100644 --- a/ndk_patches/stdio.h.patch +++ b/ndk_patches/stdio.h.patch @@ -6,7 +6,7 @@ diff -u -r /home/fornwall/lib/android-ndk/platforms/android-21/arch-arm/usr/incl #include +#include /* For strcpy(3) used by ctermid() */ -+#include /* For O_RDWR and other O_* constants */ ++#include /* For O_RDWR and other O_* constants */ +#include /* For arc4random() */ + #define __need_NULL @@ -46,12 +46,15 @@ diff -u -r /home/fornwall/lib/android-ndk/platforms/android-21/arch-arm/usr/incl #if defined(__BIONIC_FORTIFY) __BEGIN_DECLS -@@ -462,4 +474,26 @@ +@@ -462,4 +474,29 @@ #endif /* defined(__BIONIC_FORTIFY) */ +__BEGIN_DECLS + ++extern int open(const char*, int, ...); ++extern pid_t getpid(); ++extern int unlink(const char*); +static FILE* tmpfile() { + int p = getpid(); + char* path;