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