aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/mips/include/uapi/asm/siginfo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/include/uapi/asm/siginfo.h b/arch/mips/include/uapi/asm/siginfo.h
index e81174432bab..d08f83f19db5 100644
--- a/arch/mips/include/uapi/asm/siginfo.h
+++ b/arch/mips/include/uapi/asm/siginfo.h
@@ -92,6 +92,10 @@ typedef struct siginfo {
92 int _trapno; /* TRAP # which caused the signal */ 92 int _trapno; /* TRAP # which caused the signal */
93#endif 93#endif
94 short _addr_lsb; 94 short _addr_lsb;
95 struct {
96 void __user *_lower;
97 void __user *_upper;
98 } _addr_bnd;
95 } _sigfault; 99 } _sigfault;
96 100
97 /* SIGPOLL, SIGXFSZ (To do ...) */ 101 /* SIGPOLL, SIGXFSZ (To do ...) */