linux_sigreturn_args
int linux_sigreturn(struct thread *, struct linux_sigreturn_args *);
{ .sy_narg = AS(linux_sigreturn_args), .sy_call = (sy_call_t *)linux_sigreturn, .sy_auevent = AUE_SIGRETURN, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 119 = linux_sigreturn */
struct linux_sigreturn_args *p = params;
linux_sigreturn(struct thread *td, struct linux_sigreturn_args *args)
int linux_sigreturn(struct thread *, struct linux_sigreturn_args *);
{ .sy_narg = AS(linux_sigreturn_args), .sy_call = (sy_call_t *)linux_sigreturn, .sy_auevent = AUE_SIGRETURN, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 119 = linux_sigreturn */
struct linux_sigreturn_args *p = params;
linux_sigreturn(struct thread *td, struct linux_sigreturn_args *args)