diff options
Diffstat (limited to 'gdb/linux-thread-db.c')
-rw-r--r-- | gdb/linux-thread-db.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/linux-thread-db.c b/gdb/linux-thread-db.c index 5b4e5a8..eb2aa5a 100644 --- a/gdb/linux-thread-db.c +++ b/gdb/linux-thread-db.c @@ -1272,7 +1272,7 @@ check_thread_signals (void) an inferior is created (or otherwise acquired, e.g. attached to) and when new shared libraries are loaded into a running process. */ -void +static void check_for_thread_db (void) { /* Do nothing if we couldn't load libthread_db.so.1. */ |