diff options
Diffstat (limited to 'Kernel/API/POSIX/fcntl.h')
-rw-r--r-- | Kernel/API/POSIX/fcntl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Kernel/API/POSIX/fcntl.h b/Kernel/API/POSIX/fcntl.h index 1aa225a789..cea7461ebc 100644 --- a/Kernel/API/POSIX/fcntl.h +++ b/Kernel/API/POSIX/fcntl.h @@ -21,6 +21,7 @@ extern "C" { #define F_GETLK 6 #define F_SETLK 7 #define F_SETLKW 8 +#define F_DUPFD_CLOEXEC 9 #define FD_CLOEXEC 1 |