|
@@ -28,7 +28,7 @@
|
|
|
|
|
|
#define __ARCH_SIGSYS
|
|
#define __ARCH_SIGSYS
|
|
|
|
|
|
-#include <uapi/asm-generic/siginfo.h>
|
|
|
|
|
|
+#include <asm-generic/siginfo.h>
|
|
|
|
|
|
/* We can't use generic siginfo_t, because our si_code and si_errno are swapped */
|
|
/* We can't use generic siginfo_t, because our si_code and si_errno are swapped */
|
|
typedef struct siginfo {
|
|
typedef struct siginfo {
|
|
@@ -123,6 +123,4 @@ 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 */
|
|
|
|
|
|
-#include <asm-generic/siginfo.h>
|
|
|
|
-
|
|
|
|
#endif /* _UAPI_ASM_SIGINFO_H */
|
|
#endif /* _UAPI_ASM_SIGINFO_H */
|