kern_sigaltstack
error = kern_sigaltstack(uap->ss ? &ss : NULL, uap->oss ? &oss : NULL);
int kern_sigaltstack(stack_t *ss, stack_t *oss);