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

@@ -25,7 +25,6 @@
#include <stdint.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <netinet/in.h>
#include <uuid/uuid.h>