blob: abfadb1fe82c417d94cc485186c5113c1b3c949c [file] [log] [blame]
#include <unistd.h>
#include <sys/wait.h>
#include <sys/types.h>
#include <signal.h>
#include <errno.h>
extern pid_t exec0(const char *path, char *const argv[],
char *const envp[], const char *dirpath,
int channels[3] );
extern int wait0(pid_t pid);