/usr/src/linux-headers-5.15.0-181/arch/sh/include/uapi/asm
NameSizeModeActions
auxvec.h11070644editdlrm
byteorder.h2780644editdlrm
cachectl.h6480644editdlrm
cpu-features.h11550644editdlrm
hw_breakpoint.h1670644editdlrm
ioctls.h50390644editdlrm
Kbuild870644editdlrm
posix_types.h950644editdlrm
posix_types_32.h8010644editdlrm
ptrace.h8710644editdlrm
ptrace_32.h16180644editdlrm
sigcontext.h5500644editdlrm
signal.h3690644editdlrm
sockios.h6020644editdlrm
stat.h16840644editdlrm
swab.h9330644editdlrm
unistd.h900644editdlrm
Edit: /usr/src/linux-headers-5.15.0-181/arch/sh/include/uapi/asm/signal.h (369B)
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef __ASM_SH_SIGNAL_H #define __ASM_SH_SIGNAL_H #define SA_RESTORER 0x04000000 #include #ifndef __KERNEL__ struct old_sigaction { __sighandler_t sa_handler; old_sigset_t sa_mask; unsigned long sa_flags; void (*sa_restorer)(void); }; #endif #endif /* __ASM_SH_SIGNAL_H */