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/syscalls.h | 1 + 1 file changed, 1 insertion(+) (limited to 'executor/syscalls.h') 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