From fc1f18856304b4493580f610afed57f24b9cdbf1 Mon Sep 17 00:00:00 2001 From: Anton Lindqvist Date: Thu, 3 Jan 2019 16:25:53 +0100 Subject: sys/openbsd: add openat$tty --- executor/defs.h | 2 +- executor/syscalls.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'executor') 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}, -- cgit mrf-deployment