drop direct use of stat syscalls in internal __map_file
authorRich Felker <dalias@aerifal.cx>
Thu, 28 Apr 2022 06:18:42 +0000 (02:18 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 2 May 2022 03:25:21 +0000 (23:25 -0400)
commit2b754a542492f5878608a1130e00021ae02a0e34
tree95ce31fdbe0f1c6e9305a82ee4d7effe86a224a8
parentc9ba0769a749e4e08fd8a8815b8ced96fba4927b
drop direct use of stat syscalls in internal __map_file

this function is used to implement some baseline ISO C interfaces, so
it cannot call any of the stat functions by their public names. use
the namespace-safe __fstatat instead.
src/time/__map_file.c