summaryrefslogtreecommitdiffstats
path: root/lib/libthr/pthread.map
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2006-04-04 02:57:49 +0000
committerdavidxu <davidxu@FreeBSD.org>2006-04-04 02:57:49 +0000
commit31f2b819c68f20ff188724669d3044a0680e3ceb (patch)
tree3cbec5633c5b1de6974d08e11807ee0ce2110a82 /lib/libthr/pthread.map
parent2cacffb02b10bf82a1a5ee4d88c3092821839d16 (diff)
downloadFreeBSD-src-31f2b819c68f20ff188724669d3044a0680e3ceb.zip
FreeBSD-src-31f2b819c68f20ff188724669d3044a0680e3ceb.tar.gz
WARNS level 4 cleanup.
Diffstat (limited to 'lib/libthr/pthread.map')
-rw-r--r--lib/libthr/pthread.map21
1 files changed, 8 insertions, 13 deletions
diff --git a/lib/libthr/pthread.map b/lib/libthr/pthread.map
index d6d1fcd..62456ab 100644
--- a/lib/libthr/pthread.map
+++ b/lib/libthr/pthread.map
@@ -16,8 +16,8 @@ global:
__pthread_cond_wait;
__pthread_mutex_init;
__pthread_mutex_lock;
- __pthread_mutex_trylock;
__pthread_mutex_timedlock;
+ __pthread_mutex_trylock;
__read;
__readv;
__recvfrom;
@@ -26,6 +26,9 @@ global:
__sendmsg;
__sendto;
__sigsuspend;
+ __sigtimedwait;
+ __sigwait;
+ __sigwaitinfo;
__wait4;
__write;
__writev;
@@ -43,7 +46,6 @@ global:
_pthread_barrierattr_getpshared;
_pthread_barrierattr_init;
_pthread_barrierattr_setpshared;
- _pthread_attr_default;
_pthread_attr_destroy;
_pthread_attr_get_np;
_pthread_attr_getdetachstate;
@@ -75,7 +77,6 @@ global:
_pthread_cond_signal;
_pthread_cond_timedwait;
_pthread_cond_wait;
- _pthread_condattr_default;
_pthread_condattr_destroy;
_pthread_condattr_getclock;
_pthread_condattr_getpshared;
@@ -104,7 +105,6 @@ global:
_pthread_mutex_timedlock;
_pthread_mutex_trylock;
_pthread_mutex_unlock;
- _pthread_mutexattr_default;
_pthread_mutexattr_destroy;
_pthread_mutexattr_getkind_np;
_pthread_mutexattr_getprioceiling;
@@ -156,21 +156,18 @@ global:
_pthread_timedjoin_np;
_pthread_yield;
_raise;
- _sem_close;
_sem_destroy;
_sem_getvalue;
_sem_init;
- _sem_open;
_sem_post;
_sem_timedwait;
_sem_trywait;
- _sem_unlink;
_sem_wait;
_sigaction;
_sigprocmask;
_sigsuspend;
- _sigwait;
_sigtimedwait;
+ _sigwait;
_sigwaitinfo;
_sleep;
_spinlock;
@@ -181,7 +178,10 @@ global:
_usleep;
_vfork;
_wait;
+ _wait4;
_waitpid;
+ _write;
+ _writev;
accept;
aio_suspend;
close;
@@ -320,21 +320,16 @@ global:
recvfrom;
recvmsg;
select;
- sem_close;
sem_destroy;
sem_getvalue;
sem_init;
- sem_open;
sem_post;
sem_timedwait;
sem_trywait;
- sem_unlink;
sem_wait;
sendmsg;
sendto;
sigaction;
- sigaltstack;
- sigpending;
sigprocmask;
sigsuspend;
sigwait;
OpenPOWER on IntegriCloud