readv.c\unistd\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/unistd/readv.c
blob: 91e6de816779314684a3bb20ae6bd08158eca285 (plain) (blame)
1
2
3
4
5
6
7
#include <sys/uio.h>
#include "syscall.h"
ssize_t readv(int fd, const struct iovec *iov, int count)
{
	return syscall_cp(SYS_readv, fd, iov, count);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月09日 09:52:51 +0000

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