From 8620c2c2581732b54045bd75ae1220982fbb650f Mon Sep 17 00:00:00 2001 From: Anton Lindqvist Date: Sun, 11 Aug 2019 15:08:06 +0200 Subject: sys/openbsd: add ktrace description --- executor/syscalls.h | 1 + 1 file changed, 1 insertion(+) (limited to 'executor/syscalls.h') diff --git a/executor/syscalls.h b/executor/syscalls.h index 8f58a5935..2aef529f0 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -16136,6 +16136,7 @@ const call_t syscalls[] = { {"ioctl$WSMUXIO_REMOVE_DEVICE", 54}, {"kevent", 72}, {"kqueue", 269}, + {"ktrace", 45}, {"lchown", 254}, {"link", 9}, {"linkat", 317}, -- cgit mrf-deployment