X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-x86_64%2Fvsyscall32.h;h=c631c082f8f7d281464f7eb8c5df07791e2836ab;hb=9bf4aaab3e101692164d49b7ca357651eb691cb6;hp=c44a49d4334afab18b9fa29ac874309d695f2330;hpb=db216c3d5e4c040e557a50f8f5d35d5c415e8c1c;p=linux-2.6.git diff --git a/include/asm-x86_64/vsyscall32.h b/include/asm-x86_64/vsyscall32.h index c44a49d43..c631c082f 100644 --- a/include/asm-x86_64/vsyscall32.h +++ b/include/asm-x86_64/vsyscall32.h @@ -13,8 +13,8 @@ #define VSYSCALL32_VSYSCALL ((void *)VSYSCALL32_BASE + 0x400) #define VSYSCALL32_SYSEXIT ((void *)VSYSCALL32_BASE + 0x410) -#define VSYSCALL32_SIGRETURN ((void *)VSYSCALL32_BASE + 0x500) -#define VSYSCALL32_RTSIGRETURN ((void *)VSYSCALL32_BASE + 0x600) +#define VSYSCALL32_SIGRETURN ((void __user *)VSYSCALL32_BASE + 0x500) +#define VSYSCALL32_RTSIGRETURN ((void __user *)VSYSCALL32_BASE + 0x600) #endif #endif