mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:07:44 +00:00
Kernel: Add FIOCLEX and FIONCLEX ioctls
These allow you to turn the close-on-exec flag on/off via ioctl().
This commit is contained in:
parent
20d21fad7b
commit
b85c8a0b80
2 changed files with 14 additions and 0 deletions
|
@ -119,6 +119,8 @@ enum IOCtlNumber {
|
|||
FIBMAP,
|
||||
FIONBIO,
|
||||
FIONREAD,
|
||||
FIOCLEX,
|
||||
FIONCLEX,
|
||||
KCOV_SETBUFSIZE,
|
||||
KCOV_ENABLE,
|
||||
KCOV_DISABLE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue