dup, execute, fatal-signal, etc.: no 'static inline'
[gnulib.git] / lib / wait-process.c
index ed47ad7..80ed793 100644 (file)
@@ -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