mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
[sys/linux] Change flags parameter of execveat to bit_set
This commit is contained in:
@@ -5,8 +5,6 @@ package linux
|
||||
that relative paths are relative to current directory.
|
||||
*/
|
||||
AT_FDCWD :: Fd(-100)
|
||||
AT_EMPTY_PATH :: 0x1000
|
||||
AT_SYMLINK_NOFOLLOW :: 0x100
|
||||
|
||||
/*
|
||||
Special value to put into timespec for utimensat() to set timestamp to the current time.
|
||||
|
||||
Reference in New Issue
Block a user