10.69.22 fchdir
¶
POSIX specification:
https://pubs.opengroup.org/onlinepubs/9799919799/functions/fchdir.html
Gnulib module: fchdir
Portability problems fixed by Gnulib:
- This function is missing on some platforms:
mingw, MSVC 14.
But the replacement function is not safe to be used in libraries and is not multithread-safe.
Portability problems not fixed by Gnulib:
- This function fails if the file descriptor was opened with
O_PATH
:
Linux kernel 3.4.