signal.h 331 B

12345678910111213141516
  1. #ifndef __ASM_GENERIC_SIGNAL_H
  2. #define __ASM_GENERIC_SIGNAL_H
  3. #include <uapi/asm-generic/signal.h>
  4. #ifndef __ASSEMBLY__
  5. #ifdef SA_RESTORER
  6. #endif
  7. #include <asm/sigcontext.h>
  8. #undef __HAVE_ARCH_SIG_BITOPS
  9. #define ptrace_signal_deliver(regs, cookie) do { } while (0)
  10. #endif /* __ASSEMBLY__ */
  11. #endif /* _ASM_GENERIC_SIGNAL_H */