qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 22/22] bsd-user/freebsd/os-syscall.c: Implement exit


From: Richard Henderson
Subject: Re: [PATCH 22/22] bsd-user/freebsd/os-syscall.c: Implement exit
Date: Wed, 2 Feb 2022 08:39:20 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

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<sson@FreeBSD.org>
Signed-off-by: Warner Losh<imp@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.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]