This is never used and would even be wrong since the reasons are ORed
so two signals would be turned into a third value, just like if any
other reason was used at the same time.
if ((sh->flags & SIG_F_TYPE_FCT) && sh->handler)
((void (*)(struct sig_handler *))sh->handler)(sh);
else if ((sh->flags & SIG_F_TYPE_TASK) && sh->handler)
- task_wakeup(sh->handler, sh->arg | TASK_WOKEN_SIGNAL);
+ task_wakeup(sh->handler, TASK_WOKEN_SIGNAL);
}
desc->count = 0;
}