OSDN Git Service

hide __td_agent_list
authorPeter S. Mazinger <ps.m@gmx.net>
Fri, 3 Feb 2006 14:37:09 +0000 (14:37 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Fri, 3 Feb 2006 14:37:09 +0000 (14:37 -0000)
libpthread/linuxthreads.old_db/thread_dbP.h
libpthread/linuxthreads_db/thread_dbP.h

index 33d6bde..f08c432 100644 (file)
@@ -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
index aa3b533..30bdae4 100644 (file)
@@ -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