On 1/10/22 3:18 AM, Warner Losh wrote:
Start to implement the force_sig_fault code. This currently just calls
queue_signal(). The bsd-user fork version of that will handle this the
synchronous nature of this call. Add signal-common.h to hold signal
helper functions like force_sig_fault.

Signed-off-by: Stacey Son<s...@freebsd.org>
Signed-off-by: Kyle Evans<kev...@freebsd.org>
Signed-off-by: Warner Losh<i...@bsdimp.com>
---
  bsd-user/signal-common.h | 14 ++++++++++++++
  bsd-user/signal.c        | 18 ++++++++++++++++++
  2 files changed, 32 insertions(+)
  create mode 100644 bsd-user/signal-common.h

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to