d79c2dbb7a9c0590b239238f0079ff93e7e2ab04
[gnulib.git] / doc / posix-functions / dirfd.texi
1 @node dirfd
2 @section @code{dirfd}
3 @findex dirfd
4
5 POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/dirfd.html}
6
7 Gnulib module: dirfd
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 AIX 5.1, HP-UX 11, OSF/1 5.1, Solaris 10, mingw.
14 @end itemize
15
16 Portability problems not fixed by Gnulib:
17 @itemize
18 @item
19 This function always fails on some platforms:
20 mingw.
21 @end itemize
22
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.)