Exemplo n.º 1
0
int intercept_pipe2(int pipefd[2], int flags) {
	return system_pipe2(pipefd, flags);
}
Exemplo n.º 2
0
gint system_pipe(gint pipefds[2]) {
	return system_pipe2(pipefds, O_NONBLOCK);
}