summaryrefslogtreecommitdiffstats
path: root/lib/libthr/pthread.map
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2006-01-04 11:48:02 +0000
committerdavidxu <davidxu@FreeBSD.org>2006-01-04 11:48:02 +0000
commit45180066f93caa4e3c964ce71f02f9db7f7415fa (patch)
tree348cb97c35ff2e542da12a9b018cdeb5d6adbe45 /lib/libthr/pthread.map
parenta4ba4c836800f7e685cd1cf11f5acbf069d3cd8e (diff)
downloadFreeBSD-src-45180066f93caa4e3c964ce71f02f9db7f7415fa.zip
FreeBSD-src-45180066f93caa4e3c964ce71f02f9db7f7415fa.tar.gz
1. Add SIGEV_THREAD notification for mq_notify.
2. Reuse current timer code and abstract some common code to to support both timer and mqueue.
Diffstat (limited to 'lib/libthr/pthread.map')
-rw-r--r--lib/libthr/pthread.map4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libthr/pthread.map b/lib/libthr/pthread.map
index a14341e..ec7017d 100644
--- a/lib/libthr/pthread.map
+++ b/lib/libthr/pthread.map
@@ -2,12 +2,14 @@
LIBTHREAD_1_0 {
global:
___creat;
+ ___mq_close;
__accept;
__close;
__connect;
__error;
__fcntl;
__fsync;
+ __mq_notify;
__msync;
__nanosleep;
__open;
@@ -32,6 +34,7 @@ global:
_aio_suspend;
_execve;
_fork;
+ _mq_notify;
_nanosleep;
_pause;
_pselect;
@@ -193,6 +196,7 @@ global:
fcntl;
fork;
fsync;
+ mq_notify;
msync;
nanosleep;
open;
OpenPOWER on IntegriCloud