From 2f1090dacdba3f3d405f43c136ae999f635e3310 Mon Sep 17 00:00:00 2001 From: Greg Steuck Date: Mon, 29 Oct 2018 10:59:16 -0700 Subject: 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. --- executor/syscalls.h | 1 + 1 file changed, 1 insertion(+) (limited to 'executor/syscalls.h') 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}, -- cgit mrf-deployment