//go:build !windows package fs import "syscall" const ( O_ACCMODE = syscall.O_ACCMODE )