]> git.proxmox.com Git - mirror_qemu.git/commit
bsd-user/bsd-file.h: Meat of the write system calls
authorWarner Losh <imp@bsdimp.com>
Mon, 31 Jan 2022 23:34:03 +0000 (16:34 -0700)
committerWarner Losh <imp@bsdimp.com>
Sat, 11 Jun 2022 04:00:48 +0000 (22:00 -0600)
commit770d8abae736535c9bff17ee82bd48aea0e5fea4
tree2212963d53312d78e02b4bcc4948760b5043f265
parent80da1b00886782520286e26f39ce8e21c1855072
bsd-user/bsd-file.h: Meat of the write system calls

Implement write, writev, pwrite and pwritev and connect them to the
system call dispatch routine.

Signed-off-by: Stacey Son <sson@FreeBSD.org>
Signed-off-by: Kyle Evans <kevans@FreeBSD.org>
Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
bsd-user/bsd-file.h
bsd-user/freebsd/os-syscall.c