···4242 select MODULES_USE_ELF_RELA4343 select GENERIC_SIGALTSTACK4444 select OLD_SIGSUSPEND4545+ select OLD_SIGACTION4546 help4647 The SuperH is a RISC processor targeted for use in embedded systems4748 and consumer electronics; it was also used in the Sega Dreamcast
-2
arch/sh/include/asm/syscalls_32.h
···991010struct pt_regs;11111212-asmlinkage int sys_sigaction(int sig, const struct old_sigaction __user *act,1313- struct old_sigaction __user *oact);1412asmlinkage int sys_sigreturn(unsigned long r4, unsigned long r5,1513 unsigned long r6, unsigned long r7,1614 struct pt_regs __regs);