summaryrefslogtreecommitdiff
path: root/src/fcntl/FD_CLOEXEC.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fcntl/FD_CLOEXEC.h')
-rw-r--r--src/fcntl/FD_CLOEXEC.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/fcntl/FD_CLOEXEC.h b/src/fcntl/FD_CLOEXEC.h
new file mode 100644
index 00000000..f406ed34
--- /dev/null
+++ b/src/fcntl/FD_CLOEXEC.h
@@ -0,0 +1,7 @@
+#include <fcntl.h>
+
+#define FD_CLOEXEC (1)
+
+/*
+POSIX(1)
+*/