(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:
Markus Armbruster 2005-10-26 16:30:00 +00:00
parent cae225a94a
commit e6145fa515
4 changed files with 0 additions and 45 deletions

View file

@ -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