mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 22:58:46 +00:00
[sys/linux] Change flags parameter of execveat to bit_set
This commit is contained in:
@@ -1756,3 +1756,11 @@ EPoll_Ctl_Opcode :: enum i32 {
|
||||
DEL = 2,
|
||||
MOD = 3,
|
||||
}
|
||||
|
||||
/*
|
||||
Bits for execveat(2) flags.
|
||||
*/
|
||||
Execveat_Flags_Bits :: enum {
|
||||
AT_SYMLINK_NOFOLLOW = 8,
|
||||
AT_EMPTY_PATH = 12,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user