diff options
Diffstat (limited to 'LibC/fcntl.h')
-rw-r--r-- | LibC/fcntl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/LibC/fcntl.h b/LibC/fcntl.h index e0ee379b1d..c717acdc1a 100644 --- a/LibC/fcntl.h +++ b/LibC/fcntl.h @@ -10,6 +10,8 @@ __BEGIN_DECLS #define F_GETFL 3 #define F_SETFL 4 +#define FD_CLOEXEC 1 + int fcntl(int fd, int cmd, ...); __END_DECLS |