diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-11-18 15:29:16 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-19 18:07:40 -0500 |
commit | 5c49574ffd7ac07eae8c3b065d19e6ebc7e4760f (patch) | |
tree | 10c25476b152eca9917eea82fbecff28718eb2fc /include | |
parent | 031b6566983ad9c0247087f039af22b3f87596a3 (diff) |
new helper: restore_altstack()
to be used by rt_sigreturn instances
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/signal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/signal.h b/include/linux/signal.h index e19a011b43b7..5969522136fe 100644 --- a/include/linux/signal.h +++ b/include/linux/signal.h | |||
@@ -385,4 +385,6 @@ int unhandled_signal(struct task_struct *tsk, int sig); | |||
385 | 385 | ||
386 | void signals_init(void); | 386 | void signals_init(void); |
387 | 387 | ||
388 | int restore_altstack(const stack_t __user *); | ||
389 | |||
388 | #endif /* _LINUX_SIGNAL_H */ | 390 | #endif /* _LINUX_SIGNAL_H */ |