]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r248774: accept(2): Mention inheritance of O_ASYNC and signal
authorjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 3 Jul 2013 22:04:35 +0000 (22:04 +0000)
committerjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 3 Jul 2013 22:04:35 +0000 (22:04 +0000)
commit6b8753038dbf6a8c62105b79d53dead5fb208b0a
tree16d02146481b1ac835272840ee06a43c16413c67
parentf87b0ce9e498afb95b9f822fcafaaf3c90bfa6c9
MFC r248774: accept(2): Mention inheritance of O_ASYNC and signal
destination.

While almost nobody uses O_ASYNC, and rightly so, the inheritance of the
related properties across accept() is a portability issue like the
inheritance of O_NONBLOCK.

git-svn-id: svn://svn.freebsd.org/base/stable/9@252622 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libc/sys/accept.2