Ninja
Variables
subprocess-posix.cc File Reference
#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"
Include dependency graph for subprocess-posix.cc:

Go to the source code of this file.

Variables

char ** environ
 

Variable Documentation

◆ environ

char** environ
extern

Referenced by Subprocess::Start().