]> 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 23:25:53 +0000 (01:25 +0200)
commit9db43096fee151882a49b6bd474d1cd78d00aef6
tree8e89a203ffcb02fb3eb157f1082bd61449d185f0
parentbec9bb41170be4295be66a75db898cb8a2e74300
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