]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Mention an mknod bug.
authorBruno Haible <bruno@clisp.org>
Fri, 30 Aug 2024 23:20:50 +0000 (01:20 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 30 Aug 2024 23:20:50 +0000 (01:20 +0200)
* doc/posix-functions/mknod.texi: Mention the S_IFIFO flag bug.

ChangeLog
doc/posix-functions/mknod.texi

index 737b3dc490b690627540279780aa8d6bacb43d52..7ee0240bcd3cc6d9bd398a46949ffd872be67437 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index 3261abfdf3f2497d34e82ba9db3d36c104756937..923d951337d393023203688f151bea0d7a99f215 100644 (file)
@@ -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.