gettime-res, gettime, and Android 14
Snapshots of the NDK r26 have `timespec_getres' in libc.so, which can only be used under API 35 (Android 14) and later. Does gettime-res require adjustments?
[PATCH] nstrftime: wmemmove → __wmemmove in glibc part
https://sourceware.org/pipermail/libc-alpha/2023-May/148435.html * lib/nstrftime.c (__strftime_internal) [COMPILE_WIDE]: Use __wmemmove, not wmemmove, to keep in better sync with draft glibc. --- ChangeLog | 7 +++ lib/nstrftime.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-)