mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-26 22:38:30 +00:00
Revamp posix_spawn() implementation
This commit is contained in:
parent
b41f91c658
commit
0cee831da3
15 changed files with 383 additions and 215 deletions
|
@ -43,6 +43,8 @@
|
|||
* @param set is the new mask content (optional)
|
||||
* @param oldset will receive the old mask (optional) and can't overlap
|
||||
* @return 0 on success, or -1 w/ errno
|
||||
* @raise EFAULT if `set` or `oldset` is bad memory
|
||||
* @raise EINVAL if `how` is invalid
|
||||
* @asyncsignalsafe
|
||||
* @restartable
|
||||
* @vforksafe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue