netbsd32_machdep.c | 101 size_t sfsz; local in function:netbsd32_sendsig_siginfo 124 sfsz = offsetof(struct sigframe_siginfo32, sf_uc.uc_mcontext); 126 sfsz += sizeof(mcontext_o32_t); 128 sfsz += sizeof(mcontext32_t); 132 error = copyout(&sf, sfp, sfsz);
|