aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls.h
diff options
context:
space:
mode:
authorAnton Lindqvist <anton@basename.se>2019-01-03 16:25:53 +0100
committerDmitry Vyukov <dvyukov@google.com>2019-01-26 09:31:18 +0100
commitfc1f18856304b4493580f610afed57f24b9cdbf1 (patch)
tree73b595a67a71ffa514c35e61e1164d19b461ab9a /executor/syscalls.h
parent3d7ad96eb0aa453b26e3685ffd5975697a1d06e2 (diff)
sys/openbsd: add openat$tty
Diffstat (limited to 'executor/syscalls.h')
-rw-r--r--executor/syscalls.h1
1 files changed, 1 insertions, 0 deletions
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},