Support AT_BSDFLAGS on FreeBSD.
[deliverable/binutils-gdb.git] / gdb / ia64-linux-nat.c
index 7faa0b6308696467e67f3a82901ff3b821ef0b5b..01cfa0decd5ae48b93440168a447604667cb9d8f 100644 (file)
@@ -1,7 +1,7 @@
 /* Functions specific to running gdb native on IA-64 running
    GNU/Linux.
 
-   Copyright (C) 1999-2019 Free Software Foundation, Inc.
+   Copyright (C) 1999-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -921,8 +921,9 @@ ia64_linux_nat_target::low_status_is_event (int status)
                                 || WSTOPSIG (status) == SIGILL);
 }
 
+void _initialize_ia64_linux_nat ();
 void
-_initialize_ia64_linux_nat (void)
+_initialize_ia64_linux_nat ()
 {
   /* Register the target.  */
   linux_target = &the_ia64_linux_nat_target;
This page took 0.068784 seconds and 4 git commands to generate.