(empth_start, empth_init) [_EMPTH_POSIX]: Do not handle SIGALRM. We
don't raise it, and the signal handler is fishy. (empth_alarm): Unused, remove.
This commit is contained in:
parent
cae225a94a
commit
e6145fa515
4 changed files with 0 additions and 45 deletions
|
@ -126,10 +126,4 @@ empth_sem_wait(empth_sem_t *sm)
|
|||
lwpWait(sm);
|
||||
}
|
||||
|
||||
void
|
||||
empth_alarm(int sig)
|
||||
{
|
||||
/* no way we can be here while using LWP threads */
|
||||
panic(sig);
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue