(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

@ -205,7 +205,4 @@ void empth_sem_signal(empth_sem_t *sem);
*/
void empth_sem_wait(empth_sem_t *sem);
/* Internal function, not part of the thread abstraction */
void empth_alarm(int);
#endif