mirror of https://git.musl-libc.org/git/musl
Browse Source
AT_FDCWD is not a valid file descriptor, so POSIX requires fstat to fail with EBADF. if passed to fstatat, the call would spuriously succeed and return results for the working directory.master
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue