Add posix_spawn (#114)

This commit is contained in:
Justine Tunney 2021-03-07 20:14:07 -08:00
parent 5f088cec23
commit 5ce83b08c8
10 changed files with 521 additions and 22 deletions

View file

@ -24,6 +24,7 @@
*
* @return 0 on success, or -1 w/ errno
* @asyncsignalsafe
* @vforksafe
*/
int sigfillset(sigset_t *set) {
memset(set->__bits, -1, sizeof(set->__bits));