Bladeren bron

hide __td_agent_list

Peter S. Mazinger 20 jaren geleden
bovenliggende
commit
635beebf1e
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 1 1
      libpthread/linuxthreads.old_db/thread_dbP.h
  2. 1 1
      libpthread/linuxthreads_db/thread_dbP.h

+ 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