AArch64: Ensure lwp info is created zeroed
[deliverable/binutils-gdb.git] / gdb / nat / linux-waitpid.c
index bf5e72546a9004e3a960f1e981e353bfd1674530..80303de273ab24e3d1ee5feb7ccfeef4b0eb27cc 100644 (file)
@@ -1,6 +1,6 @@
 /* Wrapper implementation for waitpid for GNU/Linux (LWP layer).
 
-   Copyright (C) 2001-2017 Free Software Foundation, Inc.
+   Copyright (C) 2001-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -34,7 +34,7 @@
 /* Print debugging output based on the format string FORMAT and
    its parameters.  */
 
-static inline void
+static inline void ATTRIBUTE_PRINTF (1,2)
 linux_debug (const char *format, ...)
 {
 #ifdef GDBSERVER
This page took 0.026422 seconds and 4 git commands to generate.