Feature #3716
Implement mkostemp() and mkostemps()
Start date:
2015-05-28
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
Difficulty:
Medium
Tags:
needs-triage
Description
These are like their sans-o counterparts except that they take an additional 'int flags' argument.
Flags may consist of the full compliment of open(2) flags with the caveat that O_EXCL is implied whether set or not.
Subtasks
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>