POSIX_SPAWN_SETSID
posix_spawnattr_setflags(&attr, POSIX_SPAWN_SETSID);
| POSIX_SPAWN_SETSID)) != 0) {
if ((attr->flags & POSIX_SPAWN_SETSID) != 0) {