summaryrefslogtreecommitdiffstats
path: root/lib/libpthread
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2004-02-10 05:36:09 +0000
committerdeischen <deischen@FreeBSD.org>2004-02-10 05:36:09 +0000
commit72c7aa83c9ff6fcca227bada024389ad5063cce1 (patch)
tree3745296ca8684625e7070129378d99e513953ba6 /lib/libpthread
parentaf9413b539628b0758b4af66ffbb879fba49cc6d (diff)
downloadFreeBSD-src-72c7aa83c9ff6fcca227bada024389ad5063cce1.zip
FreeBSD-src-72c7aa83c9ff6fcca227bada024389ad5063cce1.tar.gz
Add sem_timedwait to the symbol map, otherwise the libc version will
get used.
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/pthread.map2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libpthread/pthread.map b/lib/libpthread/pthread.map
index e3cc71d..5109408 100644
--- a/lib/libpthread/pthread.map
+++ b/lib/libpthread/pthread.map
@@ -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;
OpenPOWER on IntegriCloud