Go to the documentation of this file.
18 #include <sys/types.h>
22 # include <sys/wait.h>
35 #include <sys/resource.h>
37 wait4(pid_t pid,
int *statusp,
int options,
struct rusage *rusage);
153 #endif // !defined(WIN32)
170 static int fork_exec (
const string& cmd_,
173 bool ignore_output_ =
false);
189 #endif // !defined(WIN32)