vmsplice.c\linux\src - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/linux/vmsplice.c
blob: ebf13ee44edfbefa1cc5bc2cb9ead200f4781d3b (plain) (blame)
1
2
3
4
5
6
7
8
#define _GNU_SOURCE
#include <fcntl.h>
#include "syscall.h"
ssize_t vmsplice(int fd, const struct iovec *iov, size_t cnt, unsigned flags)
{
	return syscall(SYS_vmsplice, fd, iov, cnt, flags);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月11日 03:32:16 +0000

AltStyle によって変換されたページ (->オリジナル) /