define F_DUPFD_CLOEXEC (POSIX 2008)

Issue #89 invalid
Garrett D'Amore repo owner created an issue

POSIX 2008 introduces a new fcntl() operation: F_DUPFD_CLOEXEC

This operates like F_DUPFD, but has the CLOEXEC flag set.

Comments (3)

  1. Garrett D'Amore reporter

    Was already present:

    #define F_DUPFD_CLOEXEC 37 / Like F_DUPFD with O_CLOEXEC set /

  2. Log in to comment