siginfo.h 239 B

12345678910111213141516
  1. /*
  2. * S390 version
  3. *
  4. * Derived from "include/asm-i386/siginfo.h"
  5. */
  6. #ifndef _S390_SIGINFO_H
  7. #define _S390_SIGINFO_H
  8. #ifdef __s390x__
  9. #define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))
  10. #endif
  11. #include <asm-generic/siginfo.h>
  12. #endif