Next: lutimes
, Previous: futimes
, Up: Glibc Extensions to <sys/time.h>
[Contents][Index]
futimesat
Documentation:
man futimesat
Gnulib module: —
Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
file ? utimensat(fd, file, times, 0) : futimens(fd, times)
or the gnulib module fdutimensat
, instead.