summaryrefslogtreecommitdiffstats
path: root/lib/libpthread
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2005-10-24 05:37:21 +0000
committerdavidxu <davidxu@FreeBSD.org>2005-10-24 05:37:21 +0000
commitde231d22c4cb35003fa612eb4243f54b56068198 (patch)
tree27f056d15bd4ddab3bb36d306d89164a406e4d4c /lib/libpthread
parentea2d656f5ae3337ce36da1528eb74a97824706f8 (diff)
downloadFreeBSD-src-de231d22c4cb35003fa612eb4243f54b56068198.zip
FreeBSD-src-de231d22c4cb35003fa612eb4243f54b56068198.tar.gz
Export following functions:
_pthread_condattr_getpshared _pthread_condattr_setpshared _pthread_mutexattr_getpshared _pthread_mutexattr_setpshared pthread_condattr_getpshared pthread_condattr_setpshared pthread_mutexattr_getpshared pthread_mutexattr_setpshared
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/pthread.map8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/libpthread/pthread.map b/lib/libpthread/pthread.map
index 2c8f154..e13f4a0 100644
--- a/lib/libpthread/pthread.map
+++ b/lib/libpthread/pthread.map
@@ -73,7 +73,9 @@ global:
_pthread_cond_wait;
_pthread_condattr_default;
_pthread_condattr_destroy;
+ _pthread_condattr_getpshared;
_pthread_condattr_init;
+ _pthread_condattr_setpshared;
_pthread_create;
_pthread_detach;
_pthread_equal;
@@ -101,11 +103,13 @@ global:
_pthread_mutexattr_getkind_np;
_pthread_mutexattr_getprioceiling;
_pthread_mutexattr_getprotocol;
+ _pthread_mutexattr_getpshared;
_pthread_mutexattr_gettype;
_pthread_mutexattr_init;
_pthread_mutexattr_setkind_np;
_pthread_mutexattr_setprioceiling;
_pthread_mutexattr_setprotocol;
+ _pthread_mutexattr_setpshared;
_pthread_mutexattr_settype;
_pthread_once;
_pthread_resume_all_np;
@@ -229,7 +233,9 @@ global:
pthread_cond_timedwait;
pthread_cond_wait;
pthread_condattr_destroy;
+ pthread_condattr_getpshared;
pthread_condattr_init;
+ pthread_condattr_setpshared;
pthread_create;
pthread_detach;
pthread_equal;
@@ -256,11 +262,13 @@ global:
pthread_mutexattr_getkind_np;
pthread_mutexattr_getprioceiling;
pthread_mutexattr_getprotocol;
+ pthread_mutexattr_getpshared;
pthread_mutexattr_gettype;
pthread_mutexattr_init;
pthread_mutexattr_setkind_np;
pthread_mutexattr_setprioceiling;
pthread_mutexattr_setprotocol;
+ pthread_mutexattr_setpshared;
pthread_mutexattr_settype;
pthread_once;
pthread_resume_all_np;
OpenPOWER on IntegriCloud