diff options
-rw-r--r-- | include/fuse.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/fuse.h b/include/fuse.h index 4736bbb..b0e6f5b 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -434,6 +434,11 @@ struct fuse_operations { * Change the access and modification times of a file with * nanosecond resolution * + * This supersedes the old utime() interface. New applications + * should use this. + * + * See the utimensat(2) man page for details. + * * Introduced in version 2.6 */ int (*utimens) (const char *, const struct timespec tv[2]); |