Commit 22567ce3 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys Committed by Han-Wen Nienhuys

fuse: document 0x8000 open flag

Change-Id: Id9812b765e6bdf06f92c2723d03112dca99faa36
parent 65f5a7a5
...@@ -72,7 +72,7 @@ var ( ...@@ -72,7 +72,7 @@ var (
int64(syscall.O_NONBLOCK): "NONBLOCK", int64(syscall.O_NONBLOCK): "NONBLOCK",
int64(os.O_SYNC): "SYNC", int64(os.O_SYNC): "SYNC",
int64(os.O_TRUNC): "TRUNC", int64(os.O_TRUNC): "TRUNC",
0x8000: "LARGEFILE",
int64(syscall.O_CLOEXEC): "CLOEXEC", int64(syscall.O_CLOEXEC): "CLOEXEC",
int64(syscall.O_DIRECTORY): "DIRECTORY", int64(syscall.O_DIRECTORY): "DIRECTORY",
}) })
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment