posix_spawnattr_setflags
int posix_spawnattr_setflags(posix_spawnattr_t *, short);
posix_spawnattr_setflags(&attr,
RZ(posix_spawnattr_setflags(&attr, POSIX_SPAWN_RETURNERROR));
RZ(posix_spawnattr_setflags(&attr, POSIX_SPAWN_SETPGROUP));
RZ(posix_spawnattr_setflags(&attr, POSIX_SPAWN_RETURNERROR));
RZ(posix_spawnattr_setflags(&attr, POSIX_SPAWN_RETURNERROR));
RZ(posix_spawnattr_setflags(&attr, POSIX_SPAWN_SETSCHEDULER |
RZ(posix_spawnattr_setflags(&attr, POSIX_SPAWN_RESETIDS));