mailing list of musl libc
 help / color / mirror / code / Atom feed
63e459384807a6449bd5a6dfee8629ba5d394172 blob 262 bytes (raw)

1
2
3
4
5
6
7
8
9
 
#define _GNU_SOURCE
#include <fcntl.h>
#include <sys/types.h>
#include "syscall.h"

ssize_t splice(int fd_in, off_t *off_in, int fd_out, off_t *off_out, size_t len, unsigned int flags)
{
	return syscall(SYS_splice, fd_in, off_in, fd_out, off_out, len, flags);
}
debug log:

solving 63e4593 ...
found 63e4593 in https://inbox.vuxu.org/musl/20120722181731.051d67d5@newbook/

applying [1/1] https://inbox.vuxu.org/musl/20120722181731.051d67d5@newbook/
diff --git a/src/linux/splice.c b/src/linux/splice.c
new file mode 100644
index 0000000..63e4593

Checking patch src/linux/splice.c...
Applied patch src/linux/splice.c cleanly.

index at:
100644 63e459384807a6449bd5a6dfee8629ba5d394172	src/linux/splice.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).