e7dd13c9c7ad99d0fb882d11b129c82fba0cc32f
[gnulib.git] / doc / posix-functions / mknod.texi
1 @node mknod
2 @section @code{mknod}
3 @findex mknod
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mknod.html}
6
7 Gnulib module: mknod
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function requires super-user privileges to create a fifo:
13 FreeBSD 7.2, OpenBSD 3.8.
14 @item
15 This function mishandles trailing slash on some platforms:
16 FreeBSD 7.2, Solaris 9.
17 @item
18 This function is missing on some platforms; however, the replacement
19 always fails with @code{ENOSYS}:
20 mingw, MSVC 9.
21 @end itemize
22
23 Portability problems not fixed by Gnulib:
24 @itemize
25 @item
26 Use of this function for anything except fifos is not portable,
27 generally requiring super-user privileges and knowledge of supported
28 device numbers.
29 @end itemize