siginfo.h 553 B

1234567891011121314151617181920212223242526
  1. /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
  2. #ifndef _UAPI__SPARC_SIGINFO_H
  3. #define _UAPI__SPARC_SIGINFO_H
  4. #if defined(__sparc__) && defined(__arch64__)
  5. #define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))
  6. #define __ARCH_SI_BAND_T int
  7. #endif /* defined(__sparc__) && defined(__arch64__) */
  8. #define __ARCH_SI_TRAPNO
  9. #include <asm-generic/siginfo.h>
  10. #define SI_NOINFO 32767 /* no information in siginfo_t */
  11. /*
  12. * SIGEMT si_codes
  13. */
  14. #define EMT_TAGOVF 1 /* tag overflow */
  15. #define NSIGEMT 1
  16. #endif /* _UAPI__SPARC_SIGINFO_H */