1 /* -*- buffer-read-only: t -*- vi: set ro: */
2 /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
4 int fdutimens (int, char const *, struct timespec const [2]);
5 int utimens (char const *, struct timespec const [2]);
6 int lutimens (char const *, struct timespec const [2]);
10 # include <sys/stat.h>
12 int fdutimensat (int fd, int dir, char const *name, struct timespec const [2],
15 /* Using this function makes application code slightly more readable. */
17 lutimensat (int dir, char const *file, struct timespec const times[2])
19 return utimensat (dir, file, times, AT_SYMLINK_NOFOLLOW);