Add sem_timedwait to the symbol map, otherwise the libc version will

get used.
This commit is contained in:
Daniel Eischen 2004-02-10 05:36:09 +00:00
parent 2710e4d1ef
commit b257d4a025

View File

@ -150,6 +150,7 @@ global:
_sem_init;
_sem_open;
_sem_post;
_sem_timedwait;
_sem_trywait;
_sem_unlink;
_sem_wait;
@ -305,6 +306,7 @@ global:
sem_init;
sem_open;
sem_post;
sem_timedwait;
sem_trywait;
sem_unlink;
sem_wait;