[PATCH 1/2] bsd-user: Add missing semicolon

2022-04-01 Thread Maya Rashish
Signed-off-by: Maya Rashish --- bsd-user/netbsd/target_os_siginfo.h | 2 +- bsd-user/openbsd/target_os_siginfo.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bsd-user/netbsd/target_os_siginfo.h b/bsd-user/netbsd/target_os_siginfo.h index 667c19cc7c..36c2323cbe 100644

[PATCH 2/2] bsd-user: correct notion of return value

2022-04-01 Thread Maya Rashish
Fix EFAULT at startup. Signed-off-by: Maya Rashish --- bsd-user/netbsd/target_os_stack.h | 2 +- bsd-user/openbsd/target_os_stack.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bsd-user/netbsd/target_os_stack.h b/bsd-user/netbsd/target_os_stack.h index 503279c1a9