2 @subsection @code{lutimes}
7 Portability problems fixed by Gnulib:
11 Portability problems not fixed by Gnulib:
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.4, mingw, MSVC 14, Interix 3.5, BeOS, Android 7.1.
17 This function cannot set full timestamp resolution. Use
18 @code{utimensat(AT_FDCWD,file,times,AT_SYMLINK_NOFOLLOW)}, or the
19 gnulib module @code{utimens}, instead.
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: