diff options
Diffstat (limited to 'gdb/gnu-nat.c')
-rw-r--r-- | gdb/gnu-nat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/gnu-nat.c b/gdb/gnu-nat.c index 74a96f1..3b438a9 100644 --- a/gdb/gnu-nat.c +++ b/gdb/gnu-nat.c @@ -3500,8 +3500,9 @@ to the thread's initial suspend-count when gdb notices the threads."), &thread_cmd_list); } +void _initialize_gnu_nat (); void -_initialize_gnu_nat (void) +_initialize_gnu_nat () { proc_server = getproc (); |