Feature #3714
Implement pipe2()
Start date:
2013-04-11
Due date:
% Done:
0%
Estimated time:
2.00 h
Difficulty:
Medium
Tags:
needs-triage
Description
int pipe(int fds[], int flags);
flags can be O_CLOEXEC or 0, else ERRNO=EINVAL
flags effects both file descriptors.
History
Updated by Garrett D'Amore over 6 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>