termux-packages/ndk-patches
Henrik Grimler fbc59da08d
ndk-patches: make futimes, lutimes and futimesat visible in sys/time.h
We now have libandroid-utimes which provides these functions, so update header to reflect this.

Normally the android libc only supports these functions for api level
>=26, but we support api level >= 24.

The futimesat function also takes an extra argument compared to bionic
one: int flags, due to that unar expects that type of futimesat
function. We can add another futimesat variant (without flags) when it
is needed.
2024-03-25 21:33:00 +01:00
..
23c ndk-patches: remove stubs for getgrgid_r and getgrgid_r 2022-11-09 23:27:14 +01:00
26b ndk-patches: make futimes, lutimes and futimesat visible in sys/time.h 2024-03-25 21:33:00 +01:00
langinfo.h Revert "NDK fixes for GCC and C++ (#4139)" 2019-09-08 20:54:08 +03:00
libintl.h Make libintl.h provide inline stubs 2017-08-17 00:34:44 +02:00