aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorReuben Hawkins <reubenhwk@gmail.com>2011-05-23 08:17:09 -0700
committerMiklos Szeredi <mszeredi@suse.cz>2011-05-25 11:30:43 +0200
commite8f6d78d03c2644ec493aa489c50216520c31cfa (patch)
tree207fad9c9fd357f6d26e34644f9570162fb257a6 /include
parent54f93a7a1dbae4d2c3dceec47b9be1c8c059e16b (diff)
downloadandroid_external_fuse-e8f6d78d03c2644ec493aa489c50216520c31cfa.tar.gz
android_external_fuse-e8f6d78d03c2644ec493aa489c50216520c31cfa.tar.bz2
android_external_fuse-e8f6d78d03c2644ec493aa489c50216520c31cfa.zip
adding details to utimens doxygen comments
modified: include/fuse.h
Diffstat (limited to 'include')
-rw-r--r--include/fuse.h5
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]);