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<[email protected]> Signed-off-by: Warner Losh<[email protected]> --- 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 <[email protected]> r~
