2 @subsection @code{lutimes}
9 @ref{File Times,,File Times,libc},
12 @url{https://www.gnu.org/software/libc/manual/html_node/File-Times.html},
15 @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/lutimes.3.html,,man lutimes}.
20 Portability problems fixed by Gnulib:
24 Portability problems not fixed by Gnulib:
27 This function is missing on some platforms:
28 OpenBSD 6.7, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 11.4, mingw, MSVC 14, Android 7.1.
30 This function cannot set full timestamp resolution. Use
31 @code{utimensat(AT_FDCWD,file,times,AT_SYMLINK_NOFOLLOW)}, or the
32 gnulib module @code{utimens}, instead.
34 The mere act of using @code{lstat} modifies the access time of
35 symlinks on some platforms, so @code{lutimes} can only effectively
36 change modification time: