Actions
Feature #3713
closedImplement accept4()
Start date:
2013-04-11
Due date:
% Done:
0%
Estimated time:
3.00 h
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
Implement an accept4() socket library call that takes accept() arguments plus an int flag.
flags is a inclusive bitwise-OR of SOCK_CLOEXEC, SS_NDELAY, and SS_NONBLOCK.
Updated by Garrett D'Amore about 9 years ago
- Status changed from New to Resolved
garrett@openindiana{115}> git log
commit 5dbfd19ad5fcc2b779f40f80fa05c1bd28fd0b4e
Author: Theo Schlossnagle <jesus@omniti.com>
Date: Thu Apr 11 04:50:36 2013 +0000
3713 Implement accept4()
3714 Implement pipe2()
3715 Implement dup3()
3716 Implement mkostemp() and mkostemps()
3719 so_socketpair syscall should preserve FD_CLOEXEC flag
Reviewed by: Dan McDonald <danmcd@nexenta.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Garrett D'Amore <garrett@damore.org>
Actions