Go to the documentation of this file.
6 #ifndef _ASMS390_SIGNAL_H
7 #define _ASMS390_SIGNAL_H
9 #include <uapi/asm/signal.h>
13 #include <asm/sigcontext.h>
14 #define _NSIG _SIGCONTEXT_NSIG
15 #define _NSIG_BPW _SIGCONTEXT_NSIG_BPW
16 #define _NSIG_WORDS _SIGCONTEXT_NSIG_WORDS
42 #define ptrace_signal_deliver(regs, cookie) do { } while (0)