From 7f400fcb5977e5e102241f2ee93246b07b09e13c Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Fri, 26 Jan 2024 19:08:09 +0100 Subject: sys/linux: run make extract Split out deprecated descriptions from socket_netlink_route_sched.txt. Adjust outdated descriptions. --- sys/linux/ipc.txt.const | 9 --------- 1 file changed, 9 deletions(-) (limited to 'sys/linux/ipc.txt.const') diff --git a/sys/linux/ipc.txt.const b/sys/linux/ipc.txt.const index 588e8e5f6..5a68306ca 100644 --- a/sys/linux/ipc.txt.const +++ b/sys/linux/ipc.txt.const @@ -36,15 +36,6 @@ SHM_RND = 8192 SHM_STAT = 13 SHM_STAT_ANY = 15 SHM_UNLOCK = 12 -S_IRGRP = 32 -S_IROTH = 4 -S_IRUSR = 256 -S_IWGRP = 16 -S_IWOTH = 2 -S_IWUSR = 128 -S_IXGRP = 8 -S_IXOTH = 1 -S_IXUSR = 64 __NR_msgctl = 402, amd64:71, arm:304, arm64:riscv64:187, mips64le:5069 __NR_msgget = 399, amd64:68, arm:303, arm64:riscv64:186, mips64le:5066 __NR_msgrcv = 401, amd64:70, arm:302, arm64:riscv64:188, mips64le:5068 -- cgit mrf-deployment