示例#1
0
文件: intercept.c 项目: azadi/shadow
int intercept_pipe2(int pipefd[2], int flags) {
	return system_pipe2(pipefd, flags);
}
示例#2
0
文件: shd-system.c 项目: ln5/shadow
gint system_pipe(gint pipefds[2]) {
	return system_pipe2(pipefds, O_NONBLOCK);
}