* lib/wait-process.h (wait_subprocess): Accept a new exitsignal argument.
[gnulib.git] / lib / javacomp.c
index 04013e9..e4d60a1 100644 (file)
@@ -240,7 +240,7 @@ compile_java_class (const char * const *java_sources,
            /* Remove zombie process from process list, and retrieve exit
               status.  */
            exitstatus =
-             wait_subprocess (child, "gcj", false, true, true, false);
+             wait_subprocess (child, "gcj", NULL, false, true, true, false);
            if (exitstatus != 0)
              gcj_present = false;
          }