mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 06:33:36 +00:00
stat: Update doc regarding mingw bug.
* doc/posix-functions/stat.texi: Update regarding mingw bug.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2026-04-06 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
stat: Update doc regarding mingw bug.
|
||||
* doc/posix-functions/stat.texi: Update regarding mingw bug.
|
||||
|
||||
2026-04-06 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
mbrtowc, mbrtoc32: Silence -Wshadow warnings (regr. 2026-04-02).
|
||||
|
||||
@@ -37,7 +37,8 @@ different results:
|
||||
mingw, MSVC 14.
|
||||
@item
|
||||
@c https://sourceforge.net/p/mingw-w64/bugs/1009/
|
||||
On mingw, the @code{st_mode} field of @code{stat("NUL",buf)} is bogus,
|
||||
On mingw up to 14.0.0,
|
||||
the @code{st_mode} field of @code{stat("NUL",buf)} is bogus,
|
||||
suggesting that @code{NUL} is a regular file.
|
||||
@item
|
||||
On macOS 12.6, when this function yields a timestamp with a
|
||||
|
||||
Reference in New Issue
Block a user