summaryrefslogtreecommitdiff
path: root/src/sysdeps/tryocloexec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sysdeps/tryocloexec.c')
-rw-r--r--src/sysdeps/tryocloexec.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sysdeps/tryocloexec.c b/src/sysdeps/tryocloexec.c
new file mode 100644
index 0000000..bd318ae
--- /dev/null
+++ b/src/sysdeps/tryocloexec.c
@@ -0,0 +1,5 @@
+/* ISC license. */
+
+#include <fcntl.h>
+
+int dummy = O_CLOEXEC ;