|
@@ -123,4 +123,11 @@ typedef struct siginfo {
|
|
#define SI_TIMER __SI_CODE(__SI_TIMER, -3) /* sent by timer expiration */
|
|
#define SI_TIMER __SI_CODE(__SI_TIMER, -3) /* sent by timer expiration */
|
|
#define SI_MESGQ __SI_CODE(__SI_MESGQ, -4) /* sent by real time mesq state change */
|
|
#define SI_MESGQ __SI_CODE(__SI_MESGQ, -4) /* sent by real time mesq state change */
|
|
|
|
|
|
|
|
+/*
|
|
|
|
+ * SIGFPE si_codes
|
|
|
|
+ */
|
|
|
|
+#ifdef __KERNEL__
|
|
|
|
+#define FPE_FIXME (__SI_FAULT|0) /* Broken dup of SI_USER */
|
|
|
|
+#endif /* __KERNEL__ */
|
|
|
|
+
|
|
#endif /* _UAPI_ASM_SIGINFO_H */
|
|
#endif /* _UAPI_ASM_SIGINFO_H */
|