poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / mkdirat.texi
blob372a70a5b317d83dd91871fc0d0658eca9e5b09d
1 @node mkdirat
2 @section @code{mkdirat}
3 @findex mkdirat
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/mkdirat.html}
7 Gnulib module: mkdirat
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 glibc 2.3.6, Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8,
14 AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin 1.5.x, mingw, MSVC 14.
15 But the replacement function is not safe to be used in libraries and is not multithread-safe.
16 @end itemize
18 Portability problems not fixed by Gnulib:
19 @itemize
20 @end itemize