siginfo.h 176 B

1234567891011
  1. #ifndef _PARISC_SIGINFO_H
  2. #define _PARISC_SIGINFO_H
  3. #if defined(__LP64__)
  4. #define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))
  5. #endif
  6. #include <asm-generic/siginfo.h>
  7. #endif