proper prototype for signals_init()
Add a proper prototype for signals_init() in include/linux/signal.h Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
ce88cc5ed8
commit
a1c9eea9e5
@ -371,6 +371,8 @@ int unhandled_signal(struct task_struct *tsk, int sig);
|
||||
(!siginmask(signr, SIG_KERNEL_IGNORE_MASK|SIG_KERNEL_STOP_MASK) && \
|
||||
(t)->sighand->action[(signr)-1].sa.sa_handler == SIG_DFL)
|
||||
|
||||
void signals_init(void);
|
||||
|
||||
#endif /* __KERNEL__ */
|
||||
|
||||
#endif /* _LINUX_SIGNAL_H */
|
||||
|
Reference in New Issue
Block a user