synccall: add separate exit_sem to fix thread release logic bug
[musl.git] / src / process / posix_spawnattr_getsigdefault.c
bloba49050aa4f7cdc7bbf9b6f3fc738ea74de0b8ca0
1 #include <spawn.h>
3 int posix_spawnattr_getsigdefault(const posix_spawnattr_t *restrict attr, sigset_t *restrict def)
5 *def = attr->__def;
6 return 0;