1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 08:17:34 +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:
Andreas Kling 2022-04-26 14:32:12 +02:00
parent 20d21fad7b
commit b85c8a0b80
2 changed files with 14 additions and 0 deletions

View file

@ -119,6 +119,8 @@ enum IOCtlNumber {
FIBMAP,
FIONBIO,
FIONREAD,
FIOCLEX,
FIONCLEX,
KCOV_SETBUFSIZE,
KCOV_ENABLE,
KCOV_DISABLE,