New function end_of_output_subpipe() added to allow support

for non-posix systems. This is a no-op function for posix systems.
This commit is contained in:
Juan Manuel Guerrero
2005-10-02 16:59:31 +00:00
parent 3768a1ae18
commit 3d86656c1d
2 changed files with 6 additions and 0 deletions

View File

@@ -166,3 +166,8 @@ reap_subpipe (pid_t pid, char const *program)
}
#endif
}
void
end_of_output_subpipe (pid_t pid, int fd[2])
{
}