diff options
author | Caian Benedicto <2220062+Caian@users.noreply.github.com> | 2023-10-28 09:45:21 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-28 13:45:21 +0100 |
commit | a466241b45d1dd0bf685513bdeefd6448b63beb6 (patch) | |
tree | ccb58ea2a44dfc1b7ec7b24f0587cd5a0ad6cbf0 | |
parent | c814e3fac0d0f9a9060b9c02f8396ee7bdad2d70 (diff) | |
download | libfuse-a466241b45d1dd0bf685513bdeefd6448b63beb6.tar.gz |
Update fuse_common.h (#855)
-rw-r--r-- | include/fuse_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fuse_common.h b/include/fuse_common.h index 381149a..3ff14ec 100644 --- a/include/fuse_common.h +++ b/include/fuse_common.h @@ -48,7 +48,7 @@ extern "C" { * descriptors can share a single file handle. */ struct fuse_file_info { - /** Open flags. Available in open() and release() */ + /** Open flags. Available in open(), release() and create() */ int flags; /** In case of a write operation indicates if this was caused |