Move fcntl.h to internal defines and check for O_CLOEXEC.

This commit is contained in:
Milan Broz
2020-02-21 10:10:11 +01:00
parent 90e04b0046
commit b5fbd682f2
18 changed files with 5 additions and 21 deletions

View File

@@ -26,7 +26,6 @@
#include <stdlib.h>
#include <unistd.h>
#include <dirent.h>
#include <fcntl.h>
#include <errno.h>
#include <limits.h>
#include <sys/stat.h>