aboutsummaryrefslogtreecommitdiffstats
path: root/sys/netbsd/ipc_amd64.const
diff options
context:
space:
mode:
authorUtkarsh Anand <uanand009@gmail.com>2017-10-29 09:42:42 +0530
committerDmitry Vyukov <dvyukov@google.com>2017-10-30 18:57:38 +0100
commitd84e0ffaecaa8155c24bd6de1f11a291b7e1a908 (patch)
treee2dab9d1135418f05939d2402bd5c2caedcea607 /sys/netbsd/ipc_amd64.const
parent5b3a76c9f8b55281f244b8f81e48c5b0b935ccc3 (diff)
Fix the SYS_SEMCTL value issue for NetBSD
Diffstat (limited to 'sys/netbsd/ipc_amd64.const')
-rw-r--r--sys/netbsd/ipc_amd64.const2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netbsd/ipc_amd64.const b/sys/netbsd/ipc_amd64.const
index 826ae6914..69fa49a29 100644
--- a/sys/netbsd/ipc_amd64.const
+++ b/sys/netbsd/ipc_amd64.const
@@ -20,7 +20,7 @@ SHM_RND = 8192
SYS_msgget = 225
SYS_msgrcv = 227
SYS_msgsnd = 226
-SYS_semctl = 510
+SYS_semctl = 442
SYS_semget = 221
SYS_semop = 222
SYS_shmat = 228