diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2004-02-10 05:36:09 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2004-02-10 05:36:09 +0000 |
| commit | b257d4a02509714ec04cef872690072ebe8ece7f (patch) | |
| tree | 3745296ca8684625e7070129378d99e513953ba6 | |
| parent | 2710e4d1ef34d45be2425905dd5b4282d29600ef (diff) | |
Notes
| -rw-r--r-- | lib/libpthread/pthread.map | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libpthread/pthread.map b/lib/libpthread/pthread.map index e3cc71d21b7e..51094083e756 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; |
