spawn-pipe: Allow caller to specify directory for the subprocess.
[gnulib.git] / doc / posix-functions / mkfifo.texi
blob865d45cd852eacdfbb810b8b7a3290120a10aa1c
1 @node mkfifo
2 @section @code{mkfifo}
3 @findex mkfifo
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/mkfifo.html}
7 Gnulib module: mkfifo
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function mishandles trailing slash on some platforms:
13 FreeBSD 7.2, Solaris 9.
14 @item
15 This function is missing on some platforms; however, the replacement
16 always fails with @code{ENOSYS}:
17 mingw, MSVC 14, Android 4.4.
18 @end itemize
20 Portability problems not fixed by Gnulib:
21 @itemize
22 @item
23 If the argument exists and is a directory, this function fails with
24 @code{EISDIR} instead of the correct @code{EEXIST}:
25 HP-UX 11.11.
26 @end itemize