siginfo.h 204 B

12345678910111213
  1. #ifndef _ASM_SIGINFO_H
  2. #define _ASM_SIGINFO_H
  3. #include <linux/types.h>
  4. #include <asm-generic/siginfo.h>
  5. #define FPE_MDAOVF (__SI_FAULT|9) /* media overflow */
  6. #undef NSIGFPE
  7. #define NSIGFPE 9
  8. #endif