(emp_sig_t): Pre-ISO C compatibility cruft. Just use void.
This commit is contained in:
parent
b218799e15
commit
4fa84b5cb1
7 changed files with 10 additions and 19 deletions
|
@ -137,7 +137,7 @@ empth_sem_wait(empth_sem_t *sm)
|
|||
lwpWait(sm);
|
||||
}
|
||||
|
||||
emp_sig_t
|
||||
void
|
||||
empth_alarm(int sig)
|
||||
{
|
||||
/* no way we can be here while using LWP threads */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue