]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Mention a Cygwin 3.4.6 bug.
authorBruno Haible <bruno@clisp.org>
Tue, 18 Apr 2023 13:01:22 +0000 (15:01 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 18 Apr 2023 13:01:22 +0000 (15:01 +0200)
* doc/posix-functions/readlinkat.texi: Mention a readlinkat bug on
Cygwin < 3.4.7.

ChangeLog
doc/posix-functions/readlinkat.texi

index 0acab2a640a363d4f9e3b60d07e2038015ca3151..0ce448da0b0e449ca3871a238119c1747ac6f54c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-04-18  Bruno Haible  <bruno@clisp.org>
+
+       doc: Mention a Cygwin 3.4.6 bug.
+       * doc/posix-functions/readlinkat.texi: Mention a readlinkat bug on
+       Cygwin < 3.4.7.
+
 2023-04-18  Bruno Haible  <bruno@clisp.org>
 
        ilogbl: Work around a Cygwin 3.4.6 bug.
index 2cd2e7be5bb20b93f7e970d4fb46b3d14397f010..96ae7ec67a1c6ffdd12728a3cb9608cca96593af 100644 (file)
@@ -55,6 +55,11 @@ non-directory's name concatenated to @file{/},
 it sets @code{errno} to @code{EINVAL}:
 AIX 7.2.
 @item
+When this function is called on an empty file name, it fails with error
+@code{EBADF} instead of @code{ENOENT}:
+@c https://cygwin.com/pipermail/cygwin/2023-April/253510.html
+Cygwin 3.4.6.
+@item
 Symlink contents do not always have a trailing null byte, and there is
 no indication if symlink contents were truncated if the return value
 matches the length.  Furthermore,