diff options
| author | David Xu <davidxu@FreeBSD.org> | 2004-07-13 22:52:53 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2004-07-13 22:52:53 +0000 |
| commit | 5c1a1421fe64c478ac801ece507d23892dc6ed91 (patch) | |
| tree | 7e9b6ce963c6e61851a32162ccc19aed88420077 /lib/libpthread | |
| parent | c7f5b2dbc5571635c3ff2d44ef733beddda88e8f (diff) | |
Notes
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/pthread.map | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/lib/libpthread/pthread.map b/lib/libpthread/pthread.map index 51094083e756..133f6945c7aa 100644 --- a/lib/libpthread/pthread.map +++ b/lib/libpthread/pthread.map @@ -329,14 +329,11 @@ global: writev; # Debugger needs these. + _libkse_debug; + _thread_activated; _thread_list; - _thread_next_offset; - _thread_uniqueid_offset; - _thread_state_offset; - _thread_name_offset; - _thread_ctx_offset; - _thread_PS_RUNNING_value; - _thread_PS_DEAD_value; + _thread_keytable; + _thread_active_threads; local: *; |
