mailing list of musl libc
 help / color / mirror / code / Atom feed
36c6f13e7a1684acb6340f4e59338d99fd9fcf32 blob 97 bytes (raw)

1
2
3
4
5
6
7
 
#include <unistd.h>
#include "syscall.h"

int pipe(int fd[2])
{
	return syscall(SYS_pipe, fd);
}
debug log:

solving 36c6f13 ...
found 36c6f13 in https://git.vuxu.org/mirror/musl/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).