commit | 5c49574ffd7ac07eae8c3b065d19e6ebc7e4760f | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Nov 18 15:29:16 2012 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Dec 19 18:07:40 2012 -0500 |
tree | 10c25476b152eca9917eea82fbecff28718eb2fc | |
parent | 031b6566983ad9c0247087f039af22b3f87596a3 [diff] [blame] |
new helper: restore_altstack() to be used by rt_sigreturn instances Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/include/linux/signal.h b/include/linux/signal.h index e19a011..5969522 100644 --- a/include/linux/signal.h +++ b/include/linux/signal.h
@@ -385,4 +385,6 @@ void signals_init(void); +int restore_altstack(const stack_t __user *); + #endif /* _LINUX_SIGNAL_H */