From: Bruno Haible Date: Fri, 30 Aug 2024 23:20:50 +0000 (+0200) Subject: doc: Mention an mknod bug. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=189662f6fcbf9af62641181e6844a2746b389897;p=gnulib.git doc: Mention an mknod bug. * doc/posix-functions/mknod.texi: Mention the S_IFIFO flag bug. --- diff --git a/ChangeLog b/ChangeLog index 737b3dc490..7ee0240bcd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-08-30 Bruno Haible + + doc: Mention an mknod bug. + * doc/posix-functions/mknod.texi: Mention the S_IFIFO flag bug. + 2024-08-30 Bruno Haible posix_openpt tests: Fix test failure on Haiku. diff --git a/doc/posix-functions/mknod.texi b/doc/posix-functions/mknod.texi index 3261abfdf3..923d951337 100644 --- a/doc/posix-functions/mknod.texi +++ b/doc/posix-functions/mknod.texi @@ -15,6 +15,11 @@ FreeBSD 7.2, NetBSD 8.0, OpenBSD 7.5. 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.