[sys/linux]: Add flags parameter to execveat and fix execve on arm64

This commit is contained in:
PucklaJ
2024-04-24 15:15:38 +02:00
parent 5b6c96cd18
commit 2bf00d9b3f
2 changed files with 5 additions and 4 deletions
+2
View File
@@ -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.