Share DLL code between gdb and gdbserver
[deliverable/binutils-gdb.git] / gdb / arm-fbsd-nat.c
index 14160be0180d56868247cb377705cded80f2822f..3862a09bf0f157ab292bdb6556f4265e1c287b7c 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent code for FreeBSD/arm.
 
-   Copyright (C) 2017-2020 Free Software Foundation, Inc.
+   Copyright (C) 2017-2021 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -143,8 +143,9 @@ arm_fbsd_nat_target::read_description ()
   return desc;
 }
 
+void _initialize_arm_fbsd_nat ();
 void
-_initialize_arm_fbsd_nat (void)
+_initialize_arm_fbsd_nat ()
 {
   add_inf_child_target (&the_arm_fbsd_nat_target);
 }
This page took 0.02735 seconds and 4 git commands to generate.