]> www.infradead.org Git - qemu-nvme.git/commit
bsd-user/freebsd/os-syscall.c: Implement exit
authorWarner Losh <imp@bsdimp.com>
Tue, 1 Feb 2022 00:03:30 +0000 (17:03 -0700)
committerWarner Losh <imp@bsdimp.com>
Sat, 11 Jun 2022 04:03:50 +0000 (22:03 -0600)
commit9554d33076771dcc284dc3fa1a87cd0e24b91d9d
treee30fa5258cd6ae6f481ed91907555205aadc2a35
parent770d8abae736535c9bff17ee82bd48aea0e5fea4
bsd-user/freebsd/os-syscall.c: Implement exit

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 <sson@FreeBSD.org>
Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Kyle Evans <kevans@FreeBSD.org>
bsd-user/bsd-proc.h [new file with mode: 0644]
bsd-user/freebsd/os-syscall.c