diff options
Diffstat (limited to 'example/hello.c')
-rw-r--r-- | example/hello.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/example/hello.c b/example/hello.c index cd8fb5d..6b461d0 100644 --- a/example/hello.c +++ b/example/hello.c @@ -86,7 +86,8 @@ static struct fuse_operations hello_oper = { read: hello_read, write: NULL, statfs: NULL, - release: NULL + release: NULL, + fsync: NULL }; int main(int argc, char *argv[]) |