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 true, false, or -1 w/ errno
* @asyncsignalsafe
* @vforksafe
*/
int sigismember(const sigset_t *set, int sig) {
unsigned i = sig - 1;