From: Reuben Hawkins Date: Mon, 23 May 2011 15:17:09 +0000 (-0700) Subject: adding details to utimens doxygen comments X-Git-Tag: fuse_2_9_0~38 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e8f6d78d03c2644ec493aa489c50216520c31cfa;p=qemu-gpiodev%2Flibfuse.git adding details to utimens doxygen comments modified: include/fuse.h --- 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]);