gnulib-tool.py: import mktemp
[gnulib.git] / doc / glibc-functions / lutimes.texi
blobd2603425dd0ae6c9dc4174de0599e4097f387f99
1 @node lutimes
2 @subsection @code{lutimes}
3 @findex lutimes
5 Gnulib module: ---
7 Portability problems fixed by Gnulib:
8 @itemize
9 @end itemize
11 Portability problems not fixed by Gnulib:
12 @itemize
13 @item
14 This function is missing on some platforms:
15 Mac OS X 10.4, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11.3, mingw, MSVC 14, Interix 3.5, BeOS, Android 7.1.
16 @item
17 This function cannot set full timestamp resolution.  Use
18 @code{utimensat(AT_FDCWD,file,times,AT_SYMLINK_NOFOLLOW)}, or the
19 gnulib module utimens, instead.
20 @item
21 The mere act of using @code{lstat} modifies the access time of
22 symlinks on some platforms, so @code{lutimes} can only effectively
23 change modification time:
24 Cygwin.
25 @end itemize