From 8bff832f4890bfc7d18d8bad3259aad938858610 Mon Sep 17 00:00:00 2001 From: Anton Lindqvist Date: Thu, 6 Dec 2018 17:50:05 +0100 Subject: sys/openbsd: correct semctl syscall number --- executor/syscalls.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'executor/syscalls.h') diff --git a/executor/syscalls.h b/executor/syscalls.h index 28aab3045..682f95a2f 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -13068,16 +13068,16 @@ const call_t syscalls[] = { {"renameat", 323}, {"rmdir", 137}, {"select", 71}, - {"semctl$GETALL", 442}, - {"semctl$GETNCNT", 442}, - {"semctl$GETPID", 442}, - {"semctl$GETVAL", 442}, - {"semctl$GETZCNT", 442}, - {"semctl$IPC_RMID", 442}, - {"semctl$IPC_SET", 442}, - {"semctl$IPC_STAT", 442}, - {"semctl$SETALL", 442}, - {"semctl$SETVAL", 442}, + {"semctl$GETALL", 295}, + {"semctl$GETNCNT", 295}, + {"semctl$GETPID", 295}, + {"semctl$GETVAL", 295}, + {"semctl$GETZCNT", 295}, + {"semctl$IPC_RMID", 295}, + {"semctl$IPC_SET", 295}, + {"semctl$IPC_STAT", 295}, + {"semctl$SETALL", 295}, + {"semctl$SETVAL", 295}, {"semget", 221}, {"semget$private", 221}, {"semop", 290}, -- cgit mrf-deployment