diff options
| author | Anton Lindqvist <anton@basename.se> | 2019-01-03 16:22:23 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-01-26 09:31:18 +0100 |
| commit | 3d7ad96eb0aa453b26e3685ffd5975697a1d06e2 (patch) | |
| tree | f432cb4a43b523bcf6ad9f48cd3fba4855400f5e /executor/syscalls.h | |
| parent | 66ff894ef51e506037882bd6e24e5cc5ec258448 (diff) | |
sys/openbsd: add openat${null,zero}
Diffstat (limited to 'executor/syscalls.h')
| -rw-r--r-- | executor/syscalls.h | 2 |
1 files changed, 2 insertions, 0 deletions
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}, |
