Port to the Android NDK r10b
authorPo Lu <luangruo@yahoo.com>
Mon, 7 Aug 2023 05:01:56 +0000 (13:01 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 7 Aug 2023 05:01:56 +0000 (13:01 +0800)
commit7fb0248a33dc721ae570c294b04f6da94cd96b10
treebb817cbfe7343349b424caecb8cae011db7b7a49
parentfb997c8a8c1cde191986336d3ea83e911b32700b
Port to the Android NDK r10b

* src/androidvfs.c (android_saf_stat, android_saf_file_open)
(android_fstat): Eschew accessing POSIX timespec fields in
struct stat, employing accessors supplied in Gnulib stat-time.h
in their place.
src/androidvfs.c