Re: [PATCH 5/6] bsd-user/bsd-file.h: Meat of the write system calls
On 6/7/22 13:14, Warner Losh wrote: +/* write(2) */ +static inline abi_long do_bsd_write(abi_long arg1, abi_long arg2, abi_long arg3) Likewise drop the inline markers. r~
[PATCH 5/6] 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 Signed-off-by: Kyle Evans Signed-off-by: Warner Losh Reviewed-by: Richard Henderson --- bsd-user/bsd-file.h | 85 +++ bsd-user/