merge from gcc
[deliverable/binutils-gdb.git] / libiberty / waitpid.c
index 6e31f25e3058a05bbdf2f757dc22453a681f6e70..33f2f8e38cca3620db6b00dd2b56e8d264316aa8 100644 (file)
@@ -23,9 +23,7 @@ does the return value.  The third argument is unused in @libib{}.
 #endif
 
 pid_t
-waitpid (pid, stat_loc, options)
-     pid_t pid;
-     int *stat_loc, options;
+waitpid (pid_t pid, int *stat_loc, int options)
 {
   for (;;)
     {
This page took 0.024409 seconds and 4 git commands to generate.