From 72c7aa83c9ff6fcca227bada024389ad5063cce1 Mon Sep 17 00:00:00 2001 From: deischen Date: Tue, 10 Feb 2004 05:36:09 +0000 Subject: Add sem_timedwait to the symbol map, otherwise the libc version will get used. --- lib/libpthread/pthread.map | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/libpthread') 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; -- cgit v1.1