6 .Nd set file access and modification times of symlink
10 .Fn lutimes "const char *path" "struct timeval times[2]"
12 The access and modification times of the file named by
14 are changed as specified by the argument
18 specifies a symbolic link (for
20 the times of the file referenced by the symbolic link are changed).
26 the access and modification times are set to the current time.
27 The caller must be the owner of the file, have permission to
28 write the file, or be the super-user.
34 it is assumed to point to an array of two timeval structures.
35 The access time is set to the value of the first element, and the
36 modification time is set to the value of the second element.
37 The caller must be the owner of the file or be the super-user.
39 In either case, the inode-change-time of the file is set to the current
42 Instead of being a system call,
46 Not all file systems support
49 Upon successful completion, a value of 0 is returned.
50 Otherwise, -1 is returned and the global variable
52 is set to indicate the error.
56 call may return the same errors as