ptsname: Avoid ERANGE failure on some systems.
[pspp] / lib / dup-safer-flag.c
index 10d6a1bb31c7279aa4d1350672e9a5096fd1126d..e4c0597ca0fb1b7e22c670f147481983563cd530 100644 (file)
 
 #include "cloexec.h"
 
-#ifndef O_CLOEXEC
-# define O_CLOEXEC 0
-#endif
-
 /* Like dup, but do not return STDIN_FILENO, STDOUT_FILENO, or
    STDERR_FILENO.  If FLAG contains O_CLOEXEC, behave like
    fcntl(F_DUPFD_CLOEXEC) rather than fcntl(F_DUPFD).  */