aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-generic')
-rw-r--r--include/asm-generic/siginfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-generic/siginfo.h b/include/asm-generic/siginfo.h
index 31306f55eb02..af5d0350f84c 100644
--- a/include/asm-generic/siginfo.h
+++ b/include/asm-generic/siginfo.h
@@ -93,7 +93,7 @@ typedef struct siginfo {
93 93
94 /* SIGSYS */ 94 /* SIGSYS */
95 struct { 95 struct {
96 void __user *_call_addr; /* calling insn */ 96 void __user *_call_addr; /* calling user insn */
97 int _syscall; /* triggering system call number */ 97 int _syscall; /* triggering system call number */
98 unsigned int _arch; /* AUDIT_ARCH_* of syscall */ 98 unsigned int _arch; /* AUDIT_ARCH_* of syscall */
99 } _sigsys; 99 } _sigsys;