summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/pthread.map
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2006-05-17 04:59:59 +0000
committerdavidxu <davidxu@FreeBSD.org>2006-05-17 04:59:59 +0000
commit28aa53a45cc42f7cfc70a3318d951da5bda9feb5 (patch)
tree706876d3646981e074a8505b4faa76a7c5a7138f /lib/libpthread/pthread.map
parent2ec6a6b5e755fa5b53be0ec197fff455eee327cf (diff)
downloadFreeBSD-src-28aa53a45cc42f7cfc70a3318d951da5bda9feb5.zip
FreeBSD-src-28aa53a45cc42f7cfc70a3318d951da5bda9feb5.tar.gz
Export offsets of thread signal pending set and signal mask for debugger.
Diffstat (limited to 'lib/libpthread/pthread.map')
-rw-r--r--lib/libpthread/pthread.map2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libpthread/pthread.map b/lib/libpthread/pthread.map
index 914b41f..31ee580 100644
--- a/lib/libpthread/pthread.map
+++ b/lib/libpthread/pthread.map
@@ -723,6 +723,8 @@ global:
_thread_off_key_destructor;
_thread_off_kse;
_thread_off_kse_locklevel;
+ _thread_off_sigmask;
+ _thread_off_sigpend;
_thread_off_state;
_thread_off_thr_locklevel;
_thread_off_tlsindex;
OpenPOWER on IntegriCloud