siginfo_32.h 341 B

1234567891011121314151617
  1. #ifndef _SPARC_SIGINFO_H
  2. #define _SPARC_SIGINFO_H
  3. #define __ARCH_SI_UID_T unsigned int
  4. #define __ARCH_SI_TRAPNO
  5. #include <asm-generic/siginfo.h>
  6. #define SI_NOINFO 32767 /* no information in siginfo_t */
  7. /*
  8. * SIGEMT si_codes
  9. */
  10. #define EMT_TAGOVF (__SI_FAULT|1) /* tag overflow */
  11. #define NSIGEMT 1
  12. #endif /* !(_SPARC_SIGINFO_H) */