mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Internal change.
PiperOrigin-RevId: 234237297 Change-Id: Ic9b7a37db831556d2c2cf733a6e27fba27afee0b
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ const (
|
||||
|
||||
// OpenFlagsIgnoreMask is a list of OpenFlags mode bits that are ignored for Tlopen.
|
||||
// Note that syscall.O_LARGEFILE is set to zero, use value from Linux fcntl.h.
|
||||
OpenFlagsIgnoreMask OpenFlags = syscall.O_DIRECTORY | 0100000
|
||||
OpenFlagsIgnoreMask OpenFlags = syscall.O_DIRECTORY | syscall.O_NOATIME | 0100000
|
||||
)
|
||||
|
||||
// ConnectFlags is the mode passed to Connect operations.
|
||||
|
||||
Reference in New Issue
Block a user