소스 검색

hide __td_agent_list

Peter S. Mazinger 20 년 전
부모
커밋
635beebf1e
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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