diff options
| author | Anton Lindqvist <anton@basename.se> | 2019-01-03 16:25:53 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-01-26 09:31:18 +0100 |
| commit | fc1f18856304b4493580f610afed57f24b9cdbf1 (patch) | |
| tree | 73b595a67a71ffa514c35e61e1164d19b461ab9a /executor | |
| parent | 3d7ad96eb0aa453b26e3685ffd5975697a1d06e2 (diff) | |
sys/openbsd: add openat$tty
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 6ae2a828e..e04e372e5 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -130,7 +130,7 @@ #if GOARCH_amd64 #define GOARCH "amd64" -#define SYZ_REVISION "023de49add0ad7066aed10a35ae617c49a4591cb" +#define SYZ_REVISION "60f5ad8b1c83995c0a87e47932b16ce569a0c5c1" #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 61704f60c..b12ebefa4 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -14349,6 +14349,7 @@ const call_t syscalls[] = { {"open$dir", 5}, {"openat", 321}, {"openat$null", 321}, + {"openat$tty", 321}, {"openat$zero", 321}, {"pipe", 263}, {"pipe2", 101}, |
