On 11/4/21 11:18 PM, Warner Losh wrote:
Create a place-holder signal.c file for each of the architectures that
are currently built. In the future, some code that's currently inlined
in target_arch_signal.h will live here.

Signed-off-by: Warner Losh <i...@bsdimp.com>
---
  bsd-user/i386/signal.c   | 1 +
  bsd-user/x86_64/signal.c | 1 +
  meson.build              | 2 +-
  3 files changed, 3 insertions(+), 1 deletion(-)
  create mode 100644 bsd-user/i386/signal.c
  create mode 100644 bsd-user/x86_64/signal.c

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


r~

Reply via email to