svn commit: trunk/uClibc/libpthread: linuxthreads.old_db linuxthreads_db

psm at uclibc.org psm at uclibc.org
Fri Feb 3 14:37:10 UTC 2006


Author: psm
Date: 2006-02-03 06:37:09 -0800 (Fri, 03 Feb 2006)
New Revision: 13808

Log:
hide __td_agent_list

Modified:
   trunk/uClibc/libpthread/linuxthreads.old_db/thread_dbP.h
   trunk/uClibc/libpthread/linuxthreads_db/thread_dbP.h


Changeset:
Modified: trunk/uClibc/libpthread/linuxthreads.old_db/thread_dbP.h
===================================================================
--- trunk/uClibc/libpthread/linuxthreads.old_db/thread_dbP.h	2006-02-03 14:33:12 UTC (rev 13807)
+++ trunk/uClibc/libpthread/linuxthreads.old_db/thread_dbP.h	2006-02-03 14:37:09 UTC (rev 13808)
@@ -86,7 +86,7 @@
 };
 
 /* 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

Modified: trunk/uClibc/libpthread/linuxthreads_db/thread_dbP.h
===================================================================
--- trunk/uClibc/libpthread/linuxthreads_db/thread_dbP.h	2006-02-03 14:33:12 UTC (rev 13807)
+++ trunk/uClibc/libpthread/linuxthreads_db/thread_dbP.h	2006-02-03 14:37:09 UTC (rev 13808)
@@ -84,7 +84,7 @@
 };
 
 /* 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




More information about the uClibc-cvs mailing list