PEP 433: Solaris 11 supports also O_CLOEXEC

This commit is contained in:
Victor Stinner 2013-01-31 21:05:49 +01:00
parent 741f2e63c4
commit 67c596c1b7
1 changed files with 2 additions and 2 deletions

View File

@ -630,8 +630,8 @@ Atomic flags
New flags:
* ``O_CLOEXEC``: available on Linux (2.6.23), FreeBSD (8.3),
OpenBSD 5.0, QNX, BeOS, next NetBSD release (6.1?). This flag is
part of POSIX.1-2008.
OpenBSD 5.0, Solaris 11, QNX, BeOS, next NetBSD release (6.1?).
This flag is part of POSIX.1-2008.
* ``SOCK_CLOEXEC`` flag for ``socket()`` and ``socketpair()``,
available on Linux 2.6.27, OpenBSD 5.2, NetBSD 6.0.
* ``WSA_FLAG_NO_HANDLE_INHERIT`` flag for ``WSASocket()``: supported