* 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 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.
@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