* doc/posix-functions/mknod.texi: Mention the S_IFIFO flag bug.
+2024-08-30 Bruno Haible <bruno@clisp.org>
+
+ doc: Mention an mknod bug.
+ * doc/posix-functions/mknod.texi: Mention the S_IFIFO flag bug.
+
2024-08-30 Bruno Haible <bruno@clisp.org>
posix_openpt tests: Fix test failure on Haiku.
This function mishandles trailing slash on some platforms:
FreeBSD 7.2, Solaris 9.
@item
+This function does not handle the @code{S_IFIFO} flag on some platforms:
+macOS 14, DragonFly 6.0,
+@c https://dev.haiku-os.org/ticket/19032
+Haiku.
+@item
This function is missing on some platforms; however, the replacement
always fails with @code{ENOSYS}:
mingw, MSVC 14.