diff options
| author | Anton Lindqvist <anton@basename.se> | 2019-08-11 15:08:06 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-08-12 11:16:16 +0200 |
| commit | 8620c2c2581732b54045bd75ae1220982fbb650f (patch) | |
| tree | da46978f5cb5d5cb41ab5c21abb4fe8b60fa08eb /executor | |
| parent | e44fc68a5340e5d4496395abe4b532f338b0508a (diff) | |
sys/openbsd: add ktrace description
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/defs.h | 2 | ||||
| -rw-r--r-- | executor/syscalls.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/executor/defs.h b/executor/defs.h index f81bb3f42..b3ee4fee3 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -140,7 +140,7 @@ #if GOARCH_amd64 #define GOARCH "amd64" -#define SYZ_REVISION "c08476e4752b4059cf12a60808713009b95eb172" +#define SYZ_REVISION "eee7ba72a578dfec4292538dd7a1fbe4e927d64f" #define SYZ_EXECUTOR_USES_FORK_SERVER 1 #define SYZ_EXECUTOR_USES_SHMEM 1 #define SYZ_PAGE_SIZE 4096 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}, |
