|
@@ -159,7 +159,7 @@ static void (*handlers[_NSIG])(int sig, struct siginfo *si, mcontext_t *mc) = {
|
|
|
|
|
|
|
|
static void hard_handler(int sig, siginfo_t *si, void *p)
|
|
static void hard_handler(int sig, siginfo_t *si, void *p)
|
|
|
{
|
|
{
|
|
|
- struct ucontext *uc = p;
|
|
|
|
|
|
|
+ ucontext_t *uc = p;
|
|
|
mcontext_t *mc = &uc->uc_mcontext;
|
|
mcontext_t *mc = &uc->uc_mcontext;
|
|
|
unsigned long pending = 1UL << sig;
|
|
unsigned long pending = 1UL << sig;
|
|
|
|
|
|