X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-s390%2Fsigcontext.h;h=aeb6e0b13329b512a3d1deb77ee84a349915cecc;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=d57bc0cebdcec86509ac09b57dc9e322cbccaf6c;hpb=cee37fe97739d85991964371c1f3a745c00dd236;p=linux-2.6.git diff --git a/include/asm-s390/sigcontext.h b/include/asm-s390/sigcontext.h index d57bc0ceb..aeb6e0b13 100644 --- a/include/asm-s390/sigcontext.h +++ b/include/asm-s390/sigcontext.h @@ -8,6 +8,8 @@ #ifndef _ASM_S390_SIGCONTEXT_H #define _ASM_S390_SIGCONTEXT_H +#include + #define __NUM_GPRS 16 #define __NUM_FPRS 16 #define __NUM_ACRS 16 @@ -61,7 +63,7 @@ typedef struct struct sigcontext { unsigned long oldmask[_SIGCONTEXT_NSIG_WORDS]; - _sigregs *sregs; + _sigregs __user *sregs; };