diff options
Diffstat (limited to 'include/linux/signal.h')
| -rw-r--r-- | include/linux/signal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/signal.h b/include/linux/signal.h index e19a011b43b7..0a89ffc48466 100644 --- a/include/linux/signal.h +++ b/include/linux/signal.h | |||
| @@ -385,4 +385,7 @@ 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 | int __save_altstack(stack_t __user *, unsigned long); | ||
| 390 | |||
| 388 | #endif /* _LINUX_SIGNAL_H */ | 391 | #endif /* _LINUX_SIGNAL_H */ |
