vserver 1.9.3
[linux-2.6.git] / arch / ia64 / kernel / sigframe.h
index 55e5275..37b986c 100644 (file)
@@ -17,7 +17,7 @@ struct sigframe {
         * End of architected state.
         */
 
-       void *handler;                  /* pointer to the plabel of the signal handler */
+       void __user *handler;           /* pointer to the plabel of the signal handler */
        struct siginfo info;
        struct sigcontext sc;
 };