proc-events.c: fix compilation on Solaris
[deliverable/binutils-gdb.git] / gdb / mips64-obsd-nat.c
index d32af80da09c11b234806a334f6f3a79b0c8919b..d616418da1f9dcb772b749ff6754f279fb993aa6 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent code for OpenBSD/mips64.
 
-   Copyright (C) 2004-2017 Free Software Foundation, Inc.
+   Copyright (C) 2004-2018 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -108,10 +108,6 @@ mips64obsd_store_inferior_registers (struct target_ops *ops,
   if (ptrace (PT_SETREGS, pid, (PTRACE_TYPE_ARG3) &regs, 0) == -1)
     perror_with_name (_("Couldn't write registers"));
 }
-\f
-
-/* Provide a prototype to silence -Wmissing-prototypes.  */
-void _initialize_mips64obsd_nat (void);
 
 void
 _initialize_mips64obsd_nat (void)
This page took 0.023995 seconds and 4 git commands to generate.