From ff7bf04c7ca7e08d726e35dc73780dd3c3f80b68 Mon Sep 17 00:00:00 2001 From: Anton Lindqvist Date: Wed, 10 Jul 2019 22:04:19 +0200 Subject: sys/openbsd: add diskmap descriptions --- 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 8fe1605f1..3665c8897 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -15917,6 +15917,7 @@ const call_t syscalls[] = { {"ioctl$BIOCSRSIG", 54}, {"ioctl$BIOCSRTIMEOUT", 54}, {"ioctl$BIOCVERSION", 54}, + {"ioctl$DIOCMAP", 54}, {"ioctl$FIOASYNC", 54}, {"ioctl$FIOGETOWN", 54}, {"ioctl$FIONBIO", 54}, @@ -16049,6 +16050,7 @@ const call_t syscalls[] = { {"open$dir", 5}, {"openat", 321}, {"openat$bpf", 321}, + {"openat$diskmap", 321}, {"openat$klog", 321}, {"openat$null", 321}, {"openat$pci", 321}, -- cgit mrf-deployment