From e8f6d78d03c2644ec493aa489c50216520c31cfa Mon Sep 17 00:00:00 2001 From: Reuben Hawkins Date: Mon, 23 May 2011 08:17:09 -0700 Subject: [PATCH] adding details to utimens doxygen comments modified: include/fuse.h --- include/fuse.h | 5 +++++ 1 file changed, 5 insertions(+) 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]); -- 2.30.2