aboutsummaryrefslogtreecommitdiffstats
path: root/sys/freebsd/ipc.txt.const
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2024-06-10 17:30:59 -0400
committerAleksandr Nogikh <nogikh@google.com>2024-10-28 11:16:28 +0000
commitee7f0773a12afd039984e05d102018f3477f2988 (patch)
tree90b5546f8fd4dc2fea8d8de4cb3a8c55d8bdd758 /sys/freebsd/ipc.txt.const
parent65e8686b0e9e909b6ea5629f95a9b14e81927872 (diff)
sys/freebsd: add SO_SPLICE and regenerate
Diffstat (limited to 'sys/freebsd/ipc.txt.const')
-rw-r--r--sys/freebsd/ipc.txt.const9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/freebsd/ipc.txt.const b/sys/freebsd/ipc.txt.const
index 7e8037cec..485e8b233 100644
--- a/sys/freebsd/ipc.txt.const
+++ b/sys/freebsd/ipc.txt.const
@@ -52,12 +52,3 @@ SYS_shmat = 228
SYS_shmctl = 512
SYS_shmdt = 230
SYS_shmget = 231
-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