mailing list of musl libc
 help / color / mirror / code / Atom feed
95c8a1582c62ae4686bc93619921d7208c3d139c blob 132 bytes (raw)

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

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

solving 95c8a15 ...
found 95c8a15 in https://inbox.vuxu.org/musl/20120722182407.4470cd5d@newbook/

applying [1/1] https://inbox.vuxu.org/musl/20120722182407.4470cd5d@newbook/
diff --git a/src/unistd/pipe2.c b/src/unistd/pipe2.c
new file mode 100644
index 0000000..95c8a15

Checking patch src/unistd/pipe2.c...
Applied patch src/unistd/pipe2.c cleanly.

index at:
100644 95c8a1582c62ae4686bc93619921d7208c3d139c	src/unistd/pipe2.c

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).