Move line_header_hash to dwarf2_per_objfile
[deliverable/binutils-gdb.git] / gdb / proc-events.c
index ae87d02e40a34aff1695cd1c911bd58c776e23ec..e921c47f8f059442f41d28b49cc2ef60d2713c16 100644 (file)
@@ -1,6 +1,6 @@
 /* Machine-independent support for Solaris /proc (process file system)
 
-   Copyright (C) 1999-2019 Free Software Foundation, Inc.
+   Copyright (C) 1999-2020 Free Software Foundation, Inc.
 
    Written by Michael Snyder at Cygnus Solutions.
    Based on work by Fred Fish, Stu Grossman, Geoff Noer, and others.
@@ -762,8 +762,9 @@ proc_prettyprint_actionset (struct sigaction *actions, int verbose)
 {
 }
 
+void _initialize_proc_events ();
 void
-_initialize_proc_events (void)
+_initialize_proc_events ()
 {
   init_syscall_table ();
 }
This page took 0.026448 seconds and 4 git commands to generate.