53a17bc048207f72df637bf6c9d87869307d07aa
[gnulib.git] / doc / posix-functions / mkfifo.texi
1 @node mkfifo
2 @section @code{mkfifo}
3 @findex mkfifo
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mkfifo.html}
6
7 Gnulib module: mkfifo
8
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 9.
18 @end itemize
19
20 Portability problems not fixed by Gnulib:
21 @itemize
22 @end itemize