On 2/1/22 22:14, Warner Losh wrote:
Add a series of macros to create system call macros that go via the
safe_syscall path.
Signed-off-by: Kyle Evans
Signed-off-by: Warner Losh
---
bsd-user/syscall_defs.h | 47 +
1 file changed, 47 insertions(+)
Review
Add a series of macros to create system call macros that go via the
safe_syscall path.
Signed-off-by: Kyle Evans
Signed-off-by: Warner Losh
---
bsd-user/syscall_defs.h | 47 +
1 file changed, 47 insertions(+)
diff --git a/bsd-user/syscall_defs.h b/bsd-us