aboutsummaryrefslogtreecommitdiff
path: root/gdb/sparc64-nbsd-nat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/sparc64-nbsd-nat.c')
-rw-r--r--gdb/sparc64-nbsd-nat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/sparc64-nbsd-nat.c b/gdb/sparc64-nbsd-nat.c
index 65ca2fb..5e249b6 100644
--- a/gdb/sparc64-nbsd-nat.c
+++ b/gdb/sparc64-nbsd-nat.c
@@ -170,8 +170,9 @@ sparc64nbsd_supply_pcb (struct regcache *regcache, struct pcb *pcb)
/* We've got nothing to add to the generic SPARC target. */
static sparc_target<inf_ptrace_target> the_sparc64_nbsd_nat_target;
+void _initialize_sparc64nbsd_nat ();
void
-_initialize_sparc64nbsd_nat (void)
+_initialize_sparc64nbsd_nat ()
{
sparc_supply_gregset = sparc64nbsd_supply_gregset;
sparc_collect_gregset = sparc64nbsd_collect_gregset;