diff options
Diffstat (limited to 'gdb/thread.c')
-rw-r--r-- | gdb/thread.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/thread.c b/gdb/thread.c index 03fdc05..001fdd4 100644 --- a/gdb/thread.c +++ b/gdb/thread.c @@ -2189,8 +2189,9 @@ static const struct internalvar_funcs gthread_funcs = NULL }; +void _initialize_thread (); void -_initialize_thread (void) +_initialize_thread () { static struct cmd_list_element *thread_apply_list = NULL; cmd_list_element *c; |