provide an internal namespace-safe __fstatat
authorRich Felker <dalias@aerifal.cx>
Thu, 28 Apr 2022 06:14:34 +0000 (02:14 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 2 May 2022 03:25:21 +0000 (23:25 -0400)
commitc9ba0769a749e4e08fd8a8815b8ced96fba4927b
tree2e2ec7fdaffb7779b45d2d70298659a7cc2821f1
parent7edbcbeb76cb46381c34e2c0491dcc459cd5fa46
provide an internal namespace-safe __fstatat

this makes it so we can drop direct stat syscall use in interfaces
that can't use the POSIX namespace.
src/include/sys/stat.h [new file with mode: 0644]
src/stat/fstatat.c