On 20/8/23 06:54, Warner Losh wrote:
Without it, we'd call preadv, then write with weird parameters, which is clearly not ideal...Signed-off-by: Warner Losh <i...@bsdimp.com> --- bsd-user/freebsd/os-syscall.c | 1 + 1 file changed, 1 insertion(+)
Ouch. Fixes: 770d8abae7 ("bsd-user/bsd-file.h: Meat of the write system calls") Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>