diff options
Diffstat (limited to 'include/fuse.h')
-rw-r--r-- | include/fuse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fuse.h b/include/fuse.h index 6142933..19b38b3 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -132,7 +132,7 @@ struct fuse_operations { /** Change the access and/or modification times of a file * - * Deprecated, use utimes() instead. + * Deprecated, use utimens() instead. */ int (*utime) (const char *, struct utimbuf *); |