5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/mkfifo.html}
9 Portability problems fixed by Gnulib:
12 This function mishandles trailing slash on some platforms:
13 FreeBSD 7.2, Solaris 9.
15 This function is missing on some platforms; however, the replacement
16 always fails with @code{ENOSYS}:
17 mingw, MSVC 14, Android 4.4.
20 Portability problems not fixed by Gnulib:
23 If the argument exists and is a directory, this function fails with
24 @code{EISDIR} instead of the correct @code{EEXIST}: