aboutsummaryrefslogtreecommitdiffstats
path: root/example/fusexmp_fh.c
diff options
context:
space:
mode:
Diffstat (limited to 'example/fusexmp_fh.c')
-rw-r--r--example/fusexmp_fh.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/example/fusexmp_fh.c b/example/fusexmp_fh.c
index 57053ca..e9524c6 100644
--- a/example/fusexmp_fh.c
+++ b/example/fusexmp_fh.c
@@ -539,6 +539,9 @@ static struct fuse_operations xmp_oper = {
.flock = xmp_flock,
.flag_nullpath_ok = 1,
+#if HAVE_UTIMENSAT
+ .flag_utime_omit_ok = 1,
+#endif
};
int main(int argc, char *argv[])