md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[gnulib.git] / doc / posix-functions / fchdir.texi
1 @node fchdir
2 @section @code{fchdir}
3 @findex fchdir
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fchdir.html}
6
7 Gnulib module: fchdir
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 Tandem/NSK, mingw, MSVC 9, BeOS.
14 But the replacement function is not safe to be used in libraries and is not multithread-safe.
15 @item
16 This function is not declared on some platforms:
17 OSF/1 5.1.
18 @end itemize
19
20 Portability problems not fixed by Gnulib:
21 @itemize
22 @end itemize