sigcontext32
.off_sc_fpregs = offsetof(struct sigcontext32, sc_fpregs),
.off_sc_fpc_csr = offsetof(struct sigcontext32, sc_fpc_csr),
.off_sc_used_math = offsetof(struct sigcontext32, sc_used_math),
struct sigcontext32 sf_sc;
struct sigcontext32 uc_mcontext;
struct sigcontext32 __user *sc)
struct sigcontext32 __user *sc)
#define sigcontext sigcontext32
struct sigcontext32 sctx;