> -int unhandled_signal(struct task_struct *tsk, int sig) > +bool unhandled_signal(struct task_struct *tsk, int sig)
This most likely makes code generation worse on embedded arhcs which will '& 0xFF" internally.
> -int unhandled_signal(struct task_struct *tsk, int sig) > +bool unhandled_signal(struct task_struct *tsk, int sig)
This most likely makes code generation worse on embedded arhcs which will '& 0xFF" internally.