poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / mknodat.texi
blobc98c64829cfcb870a78e9530e3d97143d65d2f69
1 @node mknodat
2 @section @code{mknodat}
3 @findex mknodat
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/mknodat.html}
7 Gnulib module: mkfifoat
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.13, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 10, Cygwin 1.5.x, mingw, MSVC 14, Android 4.4.
14 But the replacement function is not safe to be used in libraries and is not multithread-safe.
15 @end itemize
17 Portability problems not fixed by Gnulib:
18 @itemize
19 @item
20 The gnulib replacement function always fails with @samp{ENOSYS} on
21 some platforms:
22 mingw, MSVC 14.
23 @item
24 If the argument exists and is a directory, the gnulib replacement
25 function fails with @code{EISDIR} instead of the correct
26 @code{EEXIST}: HP-UX 11.11.
27 @end itemize