From 635beebf1e5514684753ba00e3952e9461c07ae5 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 3 Feb 2006 14:37:09 +0000 Subject: hide __td_agent_list --- libpthread/linuxthreads_db/thread_dbP.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread/linuxthreads_db') diff --git a/libpthread/linuxthreads_db/thread_dbP.h b/libpthread/linuxthreads_db/thread_dbP.h index aa3b53314..30bdae451 100644 --- a/libpthread/linuxthreads_db/thread_dbP.h +++ b/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 -- cgit v1.2.3