diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/compat.h | 1 | ||||
| -rw-r--r-- | include/linux/signal.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/compat.h b/include/linux/compat.h index cb5637e2ee2..334813307ec 100644 --- a/include/linux/compat.h +++ b/include/linux/compat.h | |||
| @@ -647,6 +647,7 @@ asmlinkage long compat_sys_sigaltstack(const compat_stack_t __user *uss_ptr, | |||
| 647 | compat_stack_t __user *uoss_ptr); | 647 | compat_stack_t __user *uoss_ptr); |
| 648 | 648 | ||
| 649 | int compat_restore_altstack(const compat_stack_t __user *uss); | 649 | int compat_restore_altstack(const compat_stack_t __user *uss); |
| 650 | int __compat_save_altstack(compat_stack_t __user *, unsigned long); | ||
| 650 | #endif | 651 | #endif |
| 651 | 652 | ||
| 652 | #else | 653 | #else |
diff --git a/include/linux/signal.h b/include/linux/signal.h index 5969522136f..0a89ffc4846 100644 --- a/include/linux/signal.h +++ b/include/linux/signal.h | |||
| @@ -386,5 +386,6 @@ int unhandled_signal(struct task_struct *tsk, int sig); | |||
| 386 | void signals_init(void); | 386 | void signals_init(void); |
| 387 | 387 | ||
| 388 | int restore_altstack(const stack_t __user *); | 388 | int restore_altstack(const stack_t __user *); |
| 389 | int __save_altstack(stack_t __user *, unsigned long); | ||
| 389 | 390 | ||
| 390 | #endif /* _LINUX_SIGNAL_H */ | 391 | #endif /* _LINUX_SIGNAL_H */ |
