]> Savannah Git Hosting - gnulib.git/commit
readlinkat: Work around a Cygwin 3.3.6 bug.
authorBruno Haible <bruno@clisp.org>
Tue, 4 Jun 2024 01:59:37 +0000 (03:59 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 6 Jun 2024 22:56:27 +0000 (00:56 +0200)
commit861b8d3deb4ba850338c9d6092db9dd841947796
tree249e551dd2d723c8e3c9a59740f46e7199fc1aa1
parent91e22cf7a3b61b15df6f4fbef2b8af59fda6d266
readlinkat: Work around a Cygwin 3.3.6 bug.

* m4/readlinkat.m4 (gl_FUNC_READLINKAT): Set REPLACE_READLINKAT to 1 on
Cygwin.
* lib/readlinkat.c (rpl_readlinkat): On Cygwin, for /dev/* files, don't
return results that start with a backslash.
* doc/posix-functions/readlinkat.texi: Mention the Cygwin bug.
ChangeLog
doc/posix-functions/readlinkat.texi
lib/readlinkat.c
m4/readlinkat.m4