summaryrefslogtreecommitdiff
path: root/lib/dup3.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dup3.c')
-rw-r--r--lib/dup3.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/dup3.c b/lib/dup3.c
index d44aa92b01..5ae8b44ea8 100644
--- a/lib/dup3.c
+++ b/lib/dup3.c
@@ -38,13 +38,6 @@
/* Upper bound on getdtablesize(). See lib/getdtablesize.c. */
# define OPEN_MAX_MAX 0x10000
-#else
-/* Unix API. */
-
-# ifndef O_CLOEXEC
-# define O_CLOEXEC 0
-# endif
-
#endif
int