X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fnat%2Flinux-waitpid.c;h=80303de273ab24e3d1ee5feb7ccfeef4b0eb27cc;hb=6594e122864119d7b1434599c22b112f98e178ca;hp=bf5e72546a9004e3a960f1e981e353bfd1674530;hpb=61baf725eca99af2569262d10aca03dcde2698f6;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/nat/linux-waitpid.c b/gdb/nat/linux-waitpid.c index bf5e72546a..80303de273 100644 --- a/gdb/nat/linux-waitpid.c +++ b/gdb/nat/linux-waitpid.c @@ -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