diff options
Diffstat (limited to 'gdb/thread.c')
-rw-r--r-- | gdb/thread.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/thread.c b/gdb/thread.c index 0228027..920d8dc 100644 --- a/gdb/thread.c +++ b/gdb/thread.c @@ -2311,9 +2311,7 @@ static const struct internalvar_funcs inferior_thread_count_funcs = NULL, }; -void _initialize_thread (); -void -_initialize_thread () +INIT_GDB_FILE (thread) { static struct cmd_list_element *thread_apply_list = NULL; cmd_list_element *c; |