|
Ninja
|
#include "exit_status.h"#include "subprocess.h"#include <sys/select.h>#include <assert.h>#include <errno.h>#include <fcntl.h>#include <unistd.h>#include <stdio.h>#include <string.h>#include <sys/wait.h>#include <spawn.h>#include "util.h"
Go to the source code of this file.
Variables | |
| char ** | environ |
|
extern |
Referenced by Subprocess::Start().