[sys/linux] Change flags parameter of execveat to bit_set

This commit is contained in:
PucklaJ
2024-04-28 11:48:18 +02:00
parent b0fe6212bb
commit 7f301790d0
4 changed files with 16 additions and 5 deletions
-2
View File
@@ -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.