From ea1ab4cf2c268c61e97b12cac670c5ccfc71d745 Mon Sep 17 00:00:00 2001 From: Stacey Son Date: Fri, 18 Dec 2020 13:54:50 -0700 Subject: bsd-user: move strace OS/arch dependent code to host/arch dirs This change moves host OS and arch dependent code for the sysarch system call related to the -strace functionality into the appropriate host OS and target arch directories. Signed-off-by: Stacey Son Signed-off-by: Sean Bruno [ imp integrated minor build fixes from sbruno ] Signed-off-by: Warner Losh Message-Id: <20201218205451.10559-4-imp@freebsd.org> Signed-off-by: Thomas Huth --- bsd-user/netbsd/os-strace.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 bsd-user/netbsd/os-strace.h (limited to 'bsd-user/netbsd') diff --git a/bsd-user/netbsd/os-strace.h b/bsd-user/netbsd/os-strace.h new file mode 100644 index 0000000..70cf51d --- /dev/null +++ b/bsd-user/netbsd/os-strace.h @@ -0,0 +1 @@ +/* XXX NetBSD dependent strace print functions */ -- cgit v1.1