linux32_machdep.c | 197 /* allocate rt_sigframe on stack */ 304 struct linux32_rt_sigframe rt_sigframe; local in function:linux32_sys_rt_sigreturn 307 error = copyin((void *)tf->tf_reg[13], &rt_sigframe, 308 sizeof(rt_sigframe)); 312 error = linux32_restore_sigcontext(l, &rt_sigframe.sig.uc);
|