aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/ipc_386.const
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-03-14 13:40:11 +0100
committerDmitry Vyukov <dvyukov@google.com>2019-03-14 13:40:11 +0100
commit1e8208402d9c84d5f3ee6e33b63db8befbf61032 (patch)
tree0ba7960b0df43587ff36adde61a41359802acf8e /sys/linux/ipc_386.const
parentd34313cd5d5c25ea3a914140f25168738dc96aef (diff)
sys/linux: regenerate and fix const files
1. Move fsverity descriptions to a separate file which is not regenerated automatically. It was dropped from linux-next. 2. Fix tlk_device.txt name in syz-extract. 3. Update some socket consts e.g. s/SO_TIMESTAMPING/SO_TIMESTAMPING_OLD/. 4. Regenerate const files on current upstream head.
Diffstat (limited to 'sys/linux/ipc_386.const')
-rw-r--r--sys/linux/ipc_386.const20
1 files changed, 10 insertions, 10 deletions
diff --git a/sys/linux/ipc_386.const b/sys/linux/ipc_386.const
index 5de4bb805..5261865e1 100644
--- a/sys/linux/ipc_386.const
+++ b/sys/linux/ipc_386.const
@@ -41,15 +41,15 @@ S_IWUSR = 128
S_IXGRP = 8
S_IXOTH = 1
S_IXUSR = 64
-# __NR_msgctl is not set
-# __NR_msgget is not set
-# __NR_msgrcv is not set
-# __NR_msgsnd is not set
-# __NR_semctl is not set
-# __NR_semget is not set
+__NR_msgctl = 402
+__NR_msgget = 399
+__NR_msgrcv = 401
+__NR_msgsnd = 400
+__NR_semctl = 394
+__NR_semget = 393
# __NR_semop is not set
# __NR_semtimedop is not set
-# __NR_shmat is not set
-# __NR_shmctl is not set
-# __NR_shmdt is not set
-# __NR_shmget is not set
+__NR_shmat = 397
+__NR_shmctl = 396
+__NR_shmdt = 398
+__NR_shmget = 395