poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / chdir.texi
blob3963271863d0e2bdae8420e3a7b3aefe379260a4
1 @node chdir
2 @section @code{chdir}
3 @findex chdir
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/chdir.html}
7 Gnulib module: chdir
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is declared in different header files (namely, @code{<io.h>} or
13 @code{<direct.h>}) on some platforms:
14 mingw, MSVC 14.
15 @end itemize
17 Portability problems not fixed by Gnulib:
18 @itemize
19 @end itemize