[PATCH 14/15] Hurd signals: SA_SIGINFO support

Samuel Thibault samuel.thibault@gnu.org
Sun Jul 3 01:28:00 GMT 2011


I believe this is good enough for an initial implementation.

Jeremie Koenig, le Wed 29 Jun 2011 18:30:26 +0200, a écrit :
> +  uc->uc_sigmask = sc->sc_mask;
> +  uc->uc_stack.ss_sp = (__ptr_t) sc->sc_esp;
> +  uc->uc_stack.ss_size = 0;
> +  uc->uc_stack.ss_flags = 0;

We generally don't know much beyond esp indeed. In the sigaltstack case,
however, we do.

Samuel



More information about the Libc-alpha mailing list