diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-03 14:19:24 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-03 14:19:24 +0000 |
commit | 8bdad7ecff03268b7e3fd54270a08e19770f6eaf (patch) | |
tree | db6876a5332d56aa2b8b3095b74c2d4fde3a852a /libpthread/linuxthreads_db/thread_dbP.h | |
parent | b9a5236299dd76f054ab375f0ecfc91d740c3c60 (diff) |
Hide internal wrapper
Diffstat (limited to 'libpthread/linuxthreads_db/thread_dbP.h')
-rw-r--r-- | libpthread/linuxthreads_db/thread_dbP.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads_db/thread_dbP.h b/libpthread/linuxthreads_db/thread_dbP.h index e4c4e5e3a..52b420c9c 100644 --- a/libpthread/linuxthreads_db/thread_dbP.h +++ b/libpthread/linuxthreads_db/thread_dbP.h @@ -103,6 +103,6 @@ ta_ok (const td_thragent_t *ta) /* Internal wrapper around ps_pglobal_lookup. */ -extern int td_lookup (struct ps_prochandle *ps, int idx, psaddr_t *sym_addr); +extern int td_lookup (struct ps_prochandle *ps, int idx, psaddr_t *sym_addr) attribute_hidden; #endif /* thread_dbP.h */ |