mkfifo-tests, etc.: allow HP-UX 11.11 bug
[gnulib.git] / doc / posix-functions / mknod.texi
index 650a984..6618694 100644 (file)
@@ -17,7 +17,7 @@ FreeBSD 7.2, Solaris 9.
 @item
 This function is missing on some platforms; however, the replacement
 always fails with @code{ENOSYS}:
-mingw.
+mingw, MSVC 9.
 @end itemize
 
 Portability problems not fixed by Gnulib:
@@ -26,4 +26,8 @@ Portability problems not fixed by Gnulib:
 Use of this function for anything except fifos is not portable,
 generally requiring super-user privileges and knowledge of supported
 device numbers.
+@item
+If the argument exists and is a directory, this function fails with
+@code{EISDIR} instead of the correct @code{EEXIST}:
+HP-UX 11.11.
 @end itemize