aboutsummaryrefslogtreecommitdiff
path: root/gdb/i386-nbsd-nat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/i386-nbsd-nat.c')
-rw-r--r--gdb/i386-nbsd-nat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/i386-nbsd-nat.c b/gdb/i386-nbsd-nat.c
index e70a516..ac775c1 100644
--- a/gdb/i386-nbsd-nat.c
+++ b/gdb/i386-nbsd-nat.c
@@ -73,8 +73,9 @@ i386nbsd_supply_pcb (struct regcache *regcache, struct pcb *pcb)
static i386_bsd_nat_target<nbsd_nat_target> the_i386_nbsd_nat_target;
+void _initialize_i386nbsd_nat ();
void
-_initialize_i386nbsd_nat (void)
+_initialize_i386nbsd_nat ()
{
add_inf_child_target (&the_i386_nbsd_nat_target);