aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls.h
diff options
context:
space:
mode:
authorGreg Steuck <blackgnezdo@gmail.com>2018-10-29 10:59:16 -0700
committerDmitry Vyukov <dvyukov@google.com>2018-10-29 18:59:16 +0100
commit2f1090dacdba3f3d405f43c136ae999f635e3310 (patch)
tree3b66dc107f5cbd5cd36b392b4e95f770624346aa /executor/syscalls.h
parentfe65cc88ceb869e15bf40946027060b876f5fbcb (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.h1
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},