mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 06:02:05 +00:00
8a1ab3155c
Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Michael Kerrisk <mtk.manpages@gmail.com> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com>
17 lines
331 B
C
17 lines
331 B
C
#ifndef __ASM_GENERIC_SIGNAL_H
|
|
#define __ASM_GENERIC_SIGNAL_H
|
|
|
|
#include <uapi/asm-generic/signal.h>
|
|
|
|
#ifndef __ASSEMBLY__
|
|
#ifdef SA_RESTORER
|
|
#endif
|
|
|
|
#include <asm/sigcontext.h>
|
|
#undef __HAVE_ARCH_SIG_BITOPS
|
|
|
|
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
|
|
|
|
#endif /* __ASSEMBLY__ */
|
|
#endif /* _ASM_GENERIC_SIGNAL_H */
|