github.com/mutagen-io/mutagen@v0.18.0-rc1/pkg/filesystem/flags_linux.go (about) 1 package filesystem 2 3 import ( 4 "golang.org/x/sys/unix" 5 ) 6 7 // extraOpenFlags specifies platform-specific flags to include in open calls. 8 const extraOpenFlags = unix.O_LARGEFILE