siginfo_64.h 143 B

12345678
  1. #ifndef _X8664_SIGINFO_H
  2. #define _X8664_SIGINFO_H
  3. #define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))
  4. #include <asm-generic/siginfo.h>
  5. #endif