diff options
Diffstat (limited to 'include/uapi/asm-generic')
| -rw-r--r-- | include/uapi/asm-generic/siginfo.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/uapi/asm-generic/siginfo.h b/include/uapi/asm-generic/siginfo.h index 544208fd3db1..558b902f18d4 100644 --- a/include/uapi/asm-generic/siginfo.h +++ b/include/uapi/asm-generic/siginfo.h | |||
| @@ -211,7 +211,8 @@ typedef struct siginfo { | |||
| 211 | #define __FPE_INVASC 12 /* invalid ASCII digit */ | 211 | #define __FPE_INVASC 12 /* invalid ASCII digit */ |
| 212 | #define __FPE_INVDEC 13 /* invalid decimal digit */ | 212 | #define __FPE_INVDEC 13 /* invalid decimal digit */ |
| 213 | #define FPE_FLTUNK 14 /* undiagnosed floating-point exception */ | 213 | #define FPE_FLTUNK 14 /* undiagnosed floating-point exception */ |
| 214 | #define NSIGFPE 14 | 214 | #define FPE_CONDTRAP 15 /* trap on condition */ |
| 215 | #define NSIGFPE 15 | ||
| 215 | 216 | ||
| 216 | /* | 217 | /* |
| 217 | * SIGSEGV si_codes | 218 | * SIGSEGV si_codes |
