mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 10:13:03 +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:
@@ -166,3 +166,8 @@ reap_subpipe (pid_t pid, char const *program)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void
|
||||||
|
end_of_output_subpipe (pid_t pid, int fd[2])
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|||||||
@@ -27,4 +27,5 @@
|
|||||||
|
|
||||||
void init_subpipe (void);
|
void init_subpipe (void);
|
||||||
pid_t create_subpipe (char const * const *, int[2]);
|
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 *);
|
void reap_subpipe (pid_t, char const *);
|
||||||
|
|||||||
Reference in New Issue
Block a user