* doc/posix-functions/utimensat.texi (utimensat):
Mention Linux kernel bug reported by Bruno Haible in:
https://lists.gnu.org/r/bug-tar/2024-12/msg00004.html
+2025-01-05 Paul Eggert <eggert@cs.ucla.edu>
+
+ utimensat: mention Linux kernel bug with CIFS
+ * doc/posix-functions/utimensat.texi (utimensat):
+ Mention Linux kernel bug reported by Bruno Haible in:
+ https://lists.gnu.org/r/bug-tar/2024-12/msg00004.html
+
2025-01-05 Bruno Haible <bruno@clisp.org>
parse-datetime: Internationalize 6 more strings.
this function might not modify the access time as requested:
Linux kernel 6.9.
@item
+This function ignores the flag @code{AT_SYMLINK_NOFOLLOW}:
+Linux kernel 6.8 on a CIFS file system.
+@item
This function sets a slightly different time stamp than the requested one:
@c https://dev.haiku-os.org/ticket/19213
Haiku.