From 33e9390023908c1ed0aaa2d8c92ea93e390b1290 Mon Sep 17 00:00:00 2001 From: David Xu Date: Thu, 15 Dec 2005 07:25:00 +0000 Subject: MFC Revision 1.16: 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 --- lib/libpthread/pthread.map | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib/libpthread') diff --git a/lib/libpthread/pthread.map b/lib/libpthread/pthread.map index 2c8f15427bb8..e13f4a029a1c 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; -- cgit v1.3