mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 05:08:14 +00:00
[sys/linux]: Add flags parameter to execveat and fix execve on arm64
This commit is contained in:
@@ -5,6 +5,8 @@ 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