From ec4d88f4965d67eda9bff4a7772cb25a33c3fdf5 Mon Sep 17 00:00:00 2001 From: Juan Manuel Guerrero Date: Sun, 2 Oct 2005 16:59:42 +0000 Subject: [PATCH] (output_skeleton): Use end_of_output_subpipe() to handle the lack of pipe/fork functionality on non-posix systems. --- src/output.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/output.c b/src/output.c index 5b12f728..24a77a8c 100644 --- a/src/output.c +++ b/src/output.c @@ -577,6 +577,7 @@ output_skeleton (void) /* Read and process m4's output. */ timevar_push (TV_M4); + end_of_output_subpipe (pid, filter_fd); in = fdopen (filter_fd[1], "r"); if (! in) error (EXIT_FAILURE, get_errno (), -- 2.47.2