mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
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:
@@ -27,4 +27,5 @@
|
||||
|
||||
void init_subpipe (void);
|
||||
pid_t create_subpipe (char const * const *, int[2]);
|
||||
void end_of_output_subpipe (pid_t, int[2]);
|
||||
void reap_subpipe (pid_t, char const *);
|
||||
|
||||
Reference in New Issue
Block a user