PEP 433: F_DUPFD_CLOEXEC & F_DUP2FD_CLOEXEC
This commit is contained in:
parent
493ff3b7b5
commit
741f2e63c4
|
@ -637,9 +637,10 @@ New flags:
|
|||
* ``WSA_FLAG_NO_HANDLE_INHERIT`` flag for ``WSASocket()``: supported
|
||||
on Windows 7 with SP1, Windows Server 2008 R2 with SP1, and later
|
||||
* ``fcntl()``: ``F_DUPFD_CLOEXEC`` flag, available on Linux 2.6.24,
|
||||
OpenBSD 5.0, FreeBSD 9.1, NetBSD 6.0. This flag is part of
|
||||
POSIX.1-2008.
|
||||
* ``fcntl()``: ``F_DUP2FD_CLOEXEC`` flag, available on FreeBSD 9.1.
|
||||
OpenBSD 5.0, FreeBSD 9.1, NetBSD 6.0, Solaris 11. This flag is part
|
||||
of POSIX.1-2008.
|
||||
* ``fcntl()``: ``F_DUP2FD_CLOEXEC`` flag, available on FreeBSD 9.1
|
||||
and Solaris 11.
|
||||
* ``recvmsg()``: ``MSG_CMSG_CLOEXEC``, available on Linux 2.6.23,
|
||||
NetBSD 6.0.
|
||||
|
||||
|
|
Loading…
Reference in New Issue