From 985f75cc50012d751f5fb16f3ac1026ad7dd3595 Mon Sep 17 00:00:00 2001 From: Anton Lindqvist Date: Mon, 21 Jan 2019 19:16:47 +0100 Subject: sys/openbsd: remove mincore(2) description It was recently removed from OpenBSD[1]. [1] https://marc.info/?l=openbsd-cvs&m=154723400730318&w=2 --- executor/syscalls.h | 1 - 1 file changed, 1 deletion(-) (limited to 'executor/syscalls.h') 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}, -- cgit mrf-deployment