Next: settimeofday
, Previous: futimesat
, Up: Glibc Extensions to <sys/time.h>
[Contents][Index]
lutimes
Documentation:
Gnulib module: —
Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
utimensat(AT_FDCWD,file,times,AT_SYMLINK_NOFOLLOW)
, or the
gnulib module utimens
, instead.
lstat
modifies the access time of
symlinks on some platforms, so lutimes
can only effectively
change modification time:
Cygwin.