From 4ba360c5fb559397d73ae924bd655fb49c2c776c Mon Sep 17 00:00:00 2001 From: Anton Lindqvist Date: Fri, 29 Mar 2019 16:41:40 +0100 Subject: sys/openbsd: add common ioctl() commands --- executor/syscalls.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'executor/syscalls.h') diff --git a/executor/syscalls.h b/executor/syscalls.h index 905e14105..4e18dbf72 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -14815,6 +14815,11 @@ const call_t syscalls[] = { {"ioctl$BIOCSRSIG", 54}, {"ioctl$BIOCSRTIMEOUT", 54}, {"ioctl$BIOCVERSION", 54}, + {"ioctl$FIOASYNC", 54}, + {"ioctl$FIOGETOWN", 54}, + {"ioctl$FIONBIO", 54}, + {"ioctl$FIONREAD", 54}, + {"ioctl$FIOSETOWN", 54}, {"ioctl$KDDISABIO", 54}, {"ioctl$KDENABIO", 54}, {"ioctl$KDGETLED", 54}, -- cgit mrf-deployment