From 3d7ad96eb0aa453b26e3685ffd5975697a1d06e2 Mon Sep 17 00:00:00 2001 From: Anton Lindqvist Date: Thu, 3 Jan 2019 16:22:23 +0100 Subject: sys/openbsd: add openat${null,zero} --- executor/syscalls.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'executor/syscalls.h') diff --git a/executor/syscalls.h b/executor/syscalls.h index c01e425b1..61704f60c 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -14348,6 +14348,8 @@ const call_t syscalls[] = { {"open", 5}, {"open$dir", 5}, {"openat", 321}, + {"openat$null", 321}, + {"openat$zero", 321}, {"pipe", 263}, {"pipe2", 101}, {"pledge", 108}, -- cgit mrf-deployment