X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fwait-process.c;h=a5389fdcd8f94385c1cf59843de7b70eaf29c0ac;hb=HEAD;hp=aec560392d17f1d98208cea134837c8a54364370;hpb=2d4d7d9d00fe33b6f5291e00a30b6c1016775b74;p=gnulib.git diff --git a/lib/wait-process.c b/lib/wait-process.c index aec560392..a5389fdcd 100644 --- a/lib/wait-process.c +++ b/lib/wait-process.c @@ -1,5 +1,5 @@ /* Waiting for a subprocess to finish. - Copyright (C) 2001-2003, 2005-2009 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2005-2014 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify @@ -171,7 +171,7 @@ register_slave_subprocess (pid_t child) } /* Unregister a child from the list of slave subprocesses. */ -static inline void +static void unregister_slave_subprocess (pid_t child) { /* The easiest way to remove an entry from a list that can be used by