poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / fchdir.texi
bloba57d3b68b4be888cc69db252feed486a56789bed
1 @node fchdir
2 @section @code{fchdir}
3 @findex fchdir
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/fchdir.html}
7 Gnulib module: fchdir
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 mingw, MSVC 14.
14 But the replacement function is not safe to be used in libraries and is not multithread-safe.
15 @end itemize
17 Portability problems not fixed by Gnulib:
18 @itemize
19 @end itemize