Next: fadd
, Previous: fabsl
, Up: ISO C and POSIX Function Substitutes [Contents][Index]
faccessat
POSIX specification:
https://pubs.opengroup.org/onlinepubs/9699919799/functions/faccessat.html
Gnulib module: faccessat
Portability problems fixed by Gnulib:
faccessat (dfd, "file/", amode, flag)
succeeds instead of failing when file is not a directory.
macOS 14.
Portability problems not fixed by Gnulib:
AT_SYMLINK_NOFOLLOW
flag,
which is supported by GNU faccessat
.
faccessat
can mishandle AT_EACCESS
after a process starts as root and then becomes non-root:
GNU/Linux with glibc 2.32.
Other problems of this function: