Browse Source

hide __td_agent_list

Peter S. Mazinger 19 years ago
parent
commit
635beebf1e

+ 1 - 1
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

+ 1 - 1
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