diff options
| author | Greg Steuck <blackgnezdo@gmail.com> | 2018-10-29 10:59:16 -0700 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-10-29 18:59:16 +0100 |
| commit | 2f1090dacdba3f3d405f43c136ae999f635e3310 (patch) | |
| tree | 3b66dc107f5cbd5cd36b392b4e95f770624346aa /executor/syscalls.h | |
| parent | fe65cc88ceb869e15bf40946027060b876f5fbcb (diff) | |
sys/openbsd: added minherit, extended/simplified mmap
* sys/openbsd: added minherit, extended/simplified mmap.
Added a script from anton_at_openbsd.org for regenerating syscalls.
Generated by ksh ./sys/openbsd/extract-openbsd.sh
* Undo whitespace change not passing on CI
* No need for magic script.
Diffstat (limited to 'executor/syscalls.h')
| -rw-r--r-- | executor/syscalls.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h index 0613b7ef4..c88932fc6 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -12755,6 +12755,7 @@ const call_t syscalls[] = { {"lstat", 40}, {"madvise", 75}, {"mincore", 78}, + {"minherit", 250}, {"mkdir", 136}, {"mkdirat", 318}, {"mknod", 14}, |
