]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
accept(2): Update portability note for accept4().
authorjilles <jilles@FreeBSD.org>
Tue, 1 Oct 2013 21:17:18 +0000 (21:17 +0000)
committerjilles <jilles@FreeBSD.org>
Tue, 1 Oct 2013 21:17:18 +0000 (21:17 +0000)
commitb6f424e5480e9f4ade452fcc642a1358c611536c
treebb4dacbeb10ffe4398cdf294fb060a8a0356ebeb
parent2f645d31a99aa44e5c7cb6007b01fe32eac949f8
accept(2): Update portability note for accept4().

The accept(2) man page warns that O_NONBLOCK and other properties on the
new socket may vary across implementations. However, this issue only
applies to accept() and not to accept4(). On the other hand, accept4()
is not commonly available yet.

Reported by: pluknet
Reviewed by: bjk
Approved by: re (kib)
lib/libc/sys/accept.2