diff options
| author | Jeff Garzik <jgarzik@pobox.com> | 2005-10-04 10:16:31 -0400 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2005-10-04 10:16:31 -0400 |
| commit | 2ee73cc2d507df7b28050fba5d08bd33dd34848c (patch) | |
| tree | af5f33b265318e0f4b61f788691fe4f780ec402c /include/asm-s390/sigcontext.h | |
| parent | c1d9728ecc5b560465df3c0c0d3b3825c2710b40 (diff) | |
| parent | ed39f731ab2e77e58122232f6e27333331d7793d (diff) | |
Merge /spare/repo/linux-2.6/
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 | ||
