On 2/1/22 22:14, Warner Losh wrote:
Implement the exit system call. Bring in bsd-proc.h to contain all the process system call implementation and helper routines.Signed-off-by: Stacey Son<s...@freebsd.org> Signed-off-by: Warner Losh<i...@bsdimp.com> --- bsd-user/bsd-proc.h | 43 +++++++++++++++++++++++++++++++++++ bsd-user/freebsd/os-syscall.c | 7 ++++++ 2 files changed, 50 insertions(+) create mode 100644 bsd-user/bsd-proc.h
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~