Implement faccessat2.

PiperOrigin-RevId: 425432076
This commit is contained in:
Jamie Liu
2022-01-31 12:25:27 -08:00
committed by gVisor bot
parent 2a3d59997f
commit 5ef032d4df
4 changed files with 128 additions and 25 deletions
+5
View File
@@ -96,6 +96,11 @@ const (
AT_EMPTY_PATH = 0x1000
)
// Constants for faccessat2(2).
const (
AT_EACCESS = 0x200
)
// Constants for all file-related ...at(2) syscalls.
const (
AT_FDCWD = -100