diff options
| author | Al Viro <viro@zeniv.linux.org.uk> | 2012-11-20 11:14:10 -0500 |
|---|---|---|
| committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-14 09:21:15 -0500 |
| commit | e9b04b5b67ec628a5e9a312e14b6864f8f73ba12 (patch) | |
| tree | bd147c23da22edc74fd8c381b0f053678599615f /include/linux | |
| parent | 9b25d604182169a08b206306b312d2df26b5f502 (diff) | |
make do_sigaltstack() static
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 8f983293b403..6dd06494997a 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
| @@ -2259,7 +2259,6 @@ extern struct sigqueue *sigqueue_alloc(void); | |||
| 2259 | extern void sigqueue_free(struct sigqueue *); | 2259 | extern void sigqueue_free(struct sigqueue *); |
| 2260 | extern int send_sigqueue(struct sigqueue *, struct task_struct *, int group); | 2260 | extern int send_sigqueue(struct sigqueue *, struct task_struct *, int group); |
| 2261 | extern int do_sigaction(int, struct k_sigaction *, struct k_sigaction *); | 2261 | extern int do_sigaction(int, struct k_sigaction *, struct k_sigaction *); |
| 2262 | extern int do_sigaltstack(const stack_t __user *, stack_t __user *, unsigned long); | ||
| 2263 | 2262 | ||
| 2264 | static inline void restore_saved_sigmask(void) | 2263 | static inline void restore_saved_sigmask(void) |
| 2265 | { | 2264 | { |
