Re: [PATCH 04/14] bsd-user: export get_errno and is_error from syscall.c

2021-09-26 Thread Warner Losh
On Sat, Sep 25, 2021 at 4:33 AM Philippe Mathieu-Daudé wrote: > On 9/22/21 08:14, Warner Losh wrote: > > Make get_errno and is_error global so files other than syscall.c can use > > them. > > > > Signed-off-by: Warner Losh > > --- > > bsd-user/qemu.h| 4 > > bsd-user/syscall.c | 10

Re: [PATCH 04/14] bsd-user: export get_errno and is_error from syscall.c

2021-09-25 Thread Philippe Mathieu-Daudé
On 9/22/21 08:14, Warner Losh wrote: Make get_errno and is_error global so files other than syscall.c can use them. Signed-off-by: Warner Losh --- bsd-user/qemu.h| 4 bsd-user/syscall.c | 10 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git

Re: [PATCH 04/14] bsd-user: export get_errno and is_error from syscall.c

2021-09-24 Thread Richard Henderson
On 9/21/21 11:14 PM, Warner Losh wrote: Make get_errno and is_error global so files other than syscall.c can use them. Signed-off-by: Warner Losh --- bsd-user/qemu.h| 4 bsd-user/syscall.c | 10 +- 2 files changed, 9 insertions(+), 5 deletions(-) Reviewed-by: Richard

[PATCH 04/14] bsd-user: export get_errno and is_error from syscall.c

2021-09-22 Thread Warner Losh
Make get_errno and is_error global so files other than syscall.c can use them. Signed-off-by: Warner Losh --- bsd-user/qemu.h| 4 bsd-user/syscall.c | 10 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/bsd-user/qemu.h b/bsd-user/qemu.h index