diff options
Diffstat (limited to 'include')
-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 | { |