diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2006-01-12 01:06:25 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-12 09:09:02 -0800 |
commit | 2382f77ffcde32e5195d5c82fee91171bb764c1a (patch) | |
tree | a63001b229c1a6f89459f8bfcba6a40950bd92eb /include/asm-m68k | |
parent | 11c40f8a6ac8bd057043b1f9e7c9490c0e6149f3 (diff) |
[PATCH] m68k: signal __user annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-m68k')
-rw-r--r-- | include/asm-m68k/signal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-m68k/signal.h b/include/asm-m68k/signal.h index a0cdf908237..b7b7ea20caa 100644 --- a/include/asm-m68k/signal.h +++ b/include/asm-m68k/signal.h @@ -144,7 +144,7 @@ struct sigaction { #endif /* __KERNEL__ */ typedef struct sigaltstack { - void *ss_sp; + void __user *ss_sp; int ss_flags; size_t ss_size; } stack_t; |