aboutsummaryrefslogtreecommitdiff
path: root/include/fuse.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fuse.h')
-rw-r--r--include/fuse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fuse.h b/include/fuse.h
index 6a25052..1e0bd3c 100644
--- a/include/fuse.h
+++ b/include/fuse.h
@@ -407,7 +407,7 @@ struct fuse_operations {
*
* Introduced in version 2.6
*/
- int (*utimes) (const char *, const struct timespec tv[2]);
+ int (*utimens) (const char *, const struct timespec tv[2]);
};
/** Extra context that may be needed by some filesystems