Re: [PATCH 10/11] bsd-user: Implement trunctate and ftruncate

2022-06-13 Thread Richard Henderson
On 6/12/22 13:48, Warner Losh wrote: +static abi_long do_bsd_ftruncate(void *cpu_env, abi_long arg1, +abi_long arg2, abi_long arg3, abi_long arg4) +{ + Extra line. Otherwise, Reviewed-by: Richard Henderson r~

[PATCH 10/11] bsd-user: Implement trunctate and ftruncate

2022-06-12 Thread Warner Losh
Signed-off-by: Stacey Son Signed-off-by: Warner Losh --- bsd-user/bsd-file.h | 30 ++ bsd-user/freebsd/os-syscall.c | 8 2 files changed, 38 insertions(+) diff --git a/bsd-user/bsd-file.h b/bsd-user/bsd-file.h index 73263ba482f..ccfa65ec5e9 100644