doc: Update for OpenBSD 6.0, 6.7.
[gnulib.git] / doc / glibc-functions / lutimes.texi
blob771af3b2a7ed703d0fb61c58453a94cc395a21ca
1 @node lutimes
2 @subsection @code{lutimes}
3 @findex lutimes
5 Documentation:
6 @itemize
7 @item
8 @ifinfo
9 @ref{File Times,,File Times,libc},
10 @end ifinfo
11 @ifnotinfo
12 @url{https://www.gnu.org/software/libc/manual/html_node/File-Times.html},
13 @end ifnotinfo
14 @item
15 @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/lutimes.3.html,,man lutimes}.
16 @end itemize
18 Gnulib module: ---
20 Portability problems fixed by Gnulib:
21 @itemize
22 @end itemize
24 Portability problems not fixed by Gnulib:
25 @itemize
26 @item
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.
29 @item
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.
33 @item
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:
37 Cygwin.
38 @end itemize