summaryrefslogtreecommitdiffstats
path: root/lib/libthr/pthread.map
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2006-03-08 23:47:04 +0000
committerdavidxu <davidxu@FreeBSD.org>2006-03-08 23:47:04 +0000
commitd119bdaa7ac2143c8eb151df28b393d38361ea0c (patch)
treecc54896c2c387012a7297c8bf17dddeff6b1c0fb /lib/libthr/pthread.map
parent2e0e03c06ff6c78e7d6f269c98e20d8e2eeb58dc (diff)
downloadFreeBSD-src-d119bdaa7ac2143c8eb151df28b393d38361ea0c.zip
FreeBSD-src-d119bdaa7ac2143c8eb151df28b393d38361ea0c.tar.gz
Remove mqueue and timer, now they are in librt.
Diffstat (limited to 'lib/libthr/pthread.map')
-rw-r--r--lib/libthr/pthread.map8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/libthr/pthread.map b/lib/libthr/pthread.map
index ec7017d..d6d1fcd 100644
--- a/lib/libthr/pthread.map
+++ b/lib/libthr/pthread.map
@@ -2,14 +2,12 @@
LIBTHREAD_1_0 {
global:
___creat;
- ___mq_close;
__accept;
__close;
__connect;
__error;
__fcntl;
__fsync;
- __mq_notify;
__msync;
__nanosleep;
__open;
@@ -34,7 +32,6 @@ global:
_aio_suspend;
_execve;
_fork;
- _mq_notify;
_nanosleep;
_pause;
_pselect;
@@ -181,8 +178,6 @@ global:
_spinunlock;
_system;
_tcdrain;
- _timer_create;
- _timer_delete;
_usleep;
_vfork;
_wait;
@@ -196,7 +191,6 @@ global:
fcntl;
fork;
fsync;
- mq_notify;
msync;
nanosleep;
open;
@@ -349,8 +343,6 @@ global:
sleep;
system;
tcdrain;
- timer_create;
- timer_delete;
usleep;
vfork;
wait;
OpenPOWER on IntegriCloud