diff options
Diffstat (limited to 'gdb/sol-thread.c')
-rw-r--r-- | gdb/sol-thread.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/sol-thread.c b/gdb/sol-thread.c index bf2325b..333fb96 100644 --- a/gdb/sol-thread.c +++ b/gdb/sol-thread.c @@ -1190,8 +1190,9 @@ sol_thread_target::get_ada_task_ptid (long lwp, long thread) return (thread_info->ptid); } +void _initialize_sol_thread (); void -_initialize_sol_thread (void) +_initialize_sol_thread () { void *dlhandle; |