diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-03 14:37:09 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-03 14:37:09 +0000 |
commit | 635beebf1e5514684753ba00e3952e9461c07ae5 (patch) | |
tree | fb1e8f84b390ed8579afce1343b235a5c47caa97 /libpthread | |
parent | 4594edc979cedff5be1dc17d8a3d3dcc365f36bc (diff) |
hide __td_agent_list
Diffstat (limited to 'libpthread')
-rw-r--r-- | libpthread/linuxthreads.old_db/thread_dbP.h | 2 | ||||
-rw-r--r-- | libpthread/linuxthreads_db/thread_dbP.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libpthread/linuxthreads.old_db/thread_dbP.h b/libpthread/linuxthreads.old_db/thread_dbP.h index 33d6bde01..f08c43206 100644 --- a/libpthread/linuxthreads.old_db/thread_dbP.h +++ b/libpthread/linuxthreads.old_db/thread_dbP.h @@ -86,7 +86,7 @@ struct agent_list }; /* List of all known descriptors. */ -extern struct agent_list *__td_agent_list; +extern struct agent_list *__td_agent_list attribute_hidden; /* Function used to test for correct thread agent pointer. */ static inline int diff --git a/libpthread/linuxthreads_db/thread_dbP.h b/libpthread/linuxthreads_db/thread_dbP.h index aa3b53314..30bdae451 100644 --- a/libpthread/linuxthreads_db/thread_dbP.h +++ b/libpthread/linuxthreads_db/thread_dbP.h @@ -84,7 +84,7 @@ struct agent_list }; /* List of all known descriptors. */ -extern struct agent_list *__td_agent_list; +extern struct agent_list *__td_agent_list attribute_hidden; /* Function used to test for correct thread agent pointer. */ static inline int |