aboutsummaryrefslogtreecommitdiff
path: root/src/include/sys/stat.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* provide an internal namespace-safe __fstat•••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. Rich Felker2022-05-041-0/+1
* 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. Rich Felker2022-05-011-0/+8