about summary refs log tree commit diff
path: root/src/include/sys/stat.h
Commit message (Collapse)AuthorAgeFilesLines
* provide an internal namespace-safe __fstatRich Felker2022-05-041-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.
* provide an internal namespace-safe __fstatatRich Felker2022-05-011-0/+8
this makes it so we can drop direct stat syscall use in interfaces that can't use the POSIX namespace.