]> 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>
Tue, 4 Jun 2024 01:59:37 +0000 (03:59 +0200)
commitbbaea9266c3b9e609afc5af5239d99f20fe2f604
treeffa1568b6fbb5b8733f2f3cd2094db2ca959a6c2
parentf72f83c75a0ea544f8636a8640fe782a11bae4fb
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