mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Implement faccessat2.
PiperOrigin-RevId: 425432076
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user