From 76e4960aa9b9badbd9caa376e303f9360ebb7ccd Mon Sep 17 00:00:00 2001
From: Laurent Bercot
- pid_t child_spawn1_socket (char const *file, char const *const *argv, char const *const *envp, int *fd)
+ pid_t child_spawn1_socket (char const *file, char const *const *argv, char const *const *envp, int *fd)
Like child_spawn0, except that a socket is created between the parent
and the child. Both the child's stdin and stdout point to the socket; the parent has
its end of the socket available in *fd.
--
cgit v1.3.1