aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-s390/sigcontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-s390/sigcontext.h')
-rw-r--r--include/asm-s390/sigcontext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-s390/sigcontext.h b/include/asm-s390/sigcontext.h
index d57bc0cebdce..803545351dd8 100644
--- a/include/asm-s390/sigcontext.h
+++ b/include/asm-s390/sigcontext.h
@@ -61,7 +61,7 @@ typedef struct
61struct sigcontext 61struct sigcontext
62{ 62{
63 unsigned long oldmask[_SIGCONTEXT_NSIG_WORDS]; 63 unsigned long oldmask[_SIGCONTEXT_NSIG_WORDS];
64 _sigregs *sregs; 64 _sigregs __user *sregs;
65}; 65};
66 66
67 67