diff options
| author | Anton Lindqvist <anton@basename.se> | 2019-03-29 16:41:40 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-04-01 12:39:02 +0200 |
| commit | 4ba360c5fb559397d73ae924bd655fb49c2c776c (patch) | |
| tree | 04f5baf2f16f57d90c091f2fcd4de8bf801feb08 /executor/syscalls.h | |
| parent | 44fe9159be031342cb956bde7dc3f3fa0340d9af (diff) | |
sys/openbsd: add common ioctl() commands
Diffstat (limited to 'executor/syscalls.h')
| -rw-r--r-- | executor/syscalls.h | 5 |
1 files changed, 5 insertions, 0 deletions
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}, |
