]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Update documentation for 'open' errno discrepancies.
authorCollin Funk <collin.funk1@gmail.com>
Sat, 3 May 2025 03:33:56 +0000 (20:33 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Sat, 3 May 2025 03:33:56 +0000 (20:33 -0700)
* doc/posix-functions/open.texi: Document that NetBSD 10.0 and FreeBSD
14.2 set errno differently than POSIX specifies for
'open ("symlink", O_NOFOLLOW ...)'.

ChangeLog
doc/posix-functions/open.texi

index 0810642297f255ecdf090f7ec38b257781993099..c33aae4a7a89578a82ffffa382d291d147de8e97 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2025-05-02  Collin Funk  <collin.funk1@gmail.com>
+
+       doc: Update documentation for 'open' errno discrepancies.
+       * doc/posix-functions/open.texi: Document that NetBSD 10.0 and FreeBSD
+       14.2 set errno differently than POSIX specifies for
+       'open ("symlink", O_NOFOLLOW ...)'.
+
 2025-05-02  Bruno Haible  <bruno@clisp.org>
 
        vc-mtime: Make it work with git versions < 2.28.
index dccadae8c9e842f52cf546935093a2b6a0c4366e..a7e83e4f4990612efe0ee8602187378a3975bfcc 100644 (file)
@@ -60,12 +60,12 @@ Haiku.
 @code{open ("symlink", O_NOFOLLOW ...)} fails with @code{errno} set to
 @code{EMLINK} instead of the POSIX-required @code{ELOOP} on some
 platforms:
-FreeBSD 10.1.
+FreeBSD 14.2.
 @item
 @code{open ("symlink", O_NOFOLLOW ...)} fails with @code{errno} set to
 @code{EFTYPE} instead of the POSIX-required @code{ELOOP} on some
 platforms:
-NetBSD 6.1.
+NetBSD 10.0.
 @item
 On Windows, this function returns a file handle in @code{O_TEXT} mode by
 default; this means that it translates @code{'\n'} to CR/LF by default.  Use the