Mention the NetBSD support in "info proc" documentation
[deliverable/binutils-gdb.git] / gdb / gnu-nat.c
index cf42af43673a5b39825e558f9a687caf9dce114b..3b438a9a434635cce204117951f094114c01814e 100644 (file)
@@ -1,5 +1,5 @@
 /* Interface GDB to the GNU Hurd.
-   Copyright (C) 1992-2019 Free Software Foundation, Inc.
+   Copyright (C) 1992-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -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 ();
 
This page took 0.024133 seconds and 4 git commands to generate.