diff options
| author | Jeff Garzik <jgarzik@pobox.com> | 2005-10-06 05:51:07 -0400 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2005-10-06 05:51:07 -0400 |
| commit | 012e060c95e547eceea4a12c6f58592473bf4011 (patch) | |
| tree | b57d3eafb50ce517577d2cf366c9ef0b4b286589 /include/asm-s390/sigcontext.h | |
| parent | 923f122573851d18a3832ca808269fa2d5046fb1 (diff) | |
| parent | ed39f731ab2e77e58122232f6e27333331d7793d (diff) | |
Merge branch 'master'
Diffstat (limited to 'include/asm-s390/sigcontext.h')
| -rw-r--r-- | include/asm-s390/sigcontext.h | 2 |
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 | |||
| 61 | struct sigcontext | 61 | struct 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 | ||
