On 2/1/22 22:14, Warner Losh wrote:
Add a series of macros to create system call macros that go via the safe_syscall path.Signed-off-by: Kyle Evans<kev...@freebsd.org> Signed-off-by: Warner Losh<i...@bsdimp.com> --- bsd-user/syscall_defs.h | 47 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~