summaryrefslogtreecommitdiff
path: root/src/include/sys/stat.h
AgeCommit message (Collapse)AuthorLines
2022-05-04provide an internal namespace-safe __fstatRich Felker-0/+1
this avoids the need for implementation-internal callers to depend on the nonstandard AT_EMPTY_PATH extension to use __fstatat and isolates knowledge of that extension to the implementation of __fstat.
2022-05-01provide an internal namespace-safe __fstatatRich Felker-0/+8
this makes it so we can drop direct stat syscall use in interfaces that can't use the POSIX namespace.