poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / mkfifoat.texi
blob897233e4bc17bb381e503e846f35c4b2894a69cb
1 @node mkfifoat
2 @section @code{mkfifoat}
3 @findex mkfifoat
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/mkfifoat.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 5.1.
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: mingw, MSVC 14.
22 @item
23 If the argument exists and is a directory, the gnulib replacement
24 function fails with @code{EISDIR} instead of the correct
25 @code{EEXIST}: HP-UX 11.11.
26 @end itemize