poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / dirfd.texi
blob46ad5fe7d421e4f1201c9146489c366663da2e53
1 @node dirfd
2 @section @code{dirfd}
3 @findex dirfd
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/dirfd.html}
7 Gnulib module: dirfd
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 Minix 3.1.8, AIX 7.1, HP-UX 11, Solaris 10, mingw, MSVC 14.
14 @end itemize
16 Portability problems not fixed by Gnulib:
17 @itemize
18 @item
19 This function always fails on some platforms:
20 mingw.
21 @end itemize
23 With the @code{dirfd} module, this functions always sets @code{errno} when it
24 fails. (POSIX does not require that @code{dirfd} sets @code{errno} when it
25 fails.)