diff options
| author | David Xu <davidxu@FreeBSD.org> | 2005-10-04 08:28:46 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2005-10-04 08:28:46 +0000 |
| commit | d1f3c70b6e0f2bd4db2ce402a8bf2cbe9e6c1ad9 (patch) | |
| tree | 3ede5d2bd39af6ab402271bc482e8682a3c45baa /lib/libthr | |
| parent | cea2165b106800c3804173467397985b410428c4 (diff) | |
Notes
Diffstat (limited to 'lib/libthr')
| -rw-r--r-- | lib/libthr/pthread.map | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libthr/pthread.map b/lib/libthr/pthread.map index b76a88e4e40d..b166cc739f74 100644 --- a/lib/libthr/pthread.map +++ b/lib/libthr/pthread.map @@ -91,7 +91,6 @@ global: _pthread_getschedparam; _pthread_getspecific; _pthread_join; - _pthread_timedjoin_np; _pthread_key_create; _pthread_key_delete; _pthread_kill; @@ -152,6 +151,7 @@ global: _pthread_switch_add_np; _pthread_switch_delete_np; _pthread_testcancel; + _pthread_timedjoin_np; _pthread_yield; _raise; _sem_close; @@ -247,7 +247,6 @@ global: pthread_getschedparam; pthread_getspecific; pthread_join; - pthread_timedjoin_np; pthread_key_create; pthread_key_delete; pthread_kill; @@ -307,6 +306,7 @@ global: pthread_switch_add_np; pthread_switch_delete_np; pthread_testcancel; + pthread_timedjoin_np; pthread_yield; raise; read; |
