aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls.h
diff options
context:
space:
mode:
authorAnton Lindqvist <anton@basename.se>2019-01-21 19:16:47 +0100
committerDmitry Vyukov <dvyukov@google.com>2019-01-22 09:21:03 +0100
commit985f75cc50012d751f5fb16f3ac1026ad7dd3595 (patch)
tree3345c104e476f233961c08201cffe4172d644835 /executor/syscalls.h
parentbadbbeee6945ebd6ec1d1a897aad860b2decefe9 (diff)
sys/openbsd: remove mincore(2) description
It was recently removed from OpenBSD[1]. [1] https://marc.info/?l=openbsd-cvs&m=154723400730318&w=2
Diffstat (limited to 'executor/syscalls.h')
-rw-r--r--executor/syscalls.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h
index c31c6694d..133786452 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -14274,7 +14274,6 @@ const call_t syscalls[] = {
{"lseek", 199},
{"lstat", 40},
{"madvise", 75},
- {"mincore", 78},
{"minherit", 250},
{"mkdir", 136},
{"mkdirat", 318},