aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/ipc_ppc64le.const
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-01-25 16:10:00 +0100
committerDmitry Vyukov <dvyukov@google.com>2019-01-25 16:10:00 +0100
commita3d9f7e34dbad7e7c6804ee5107c3ddcf0bfef22 (patch)
tree5520a26ab51407bc35d900a8ef77dd61158cfd76 /sys/linux/ipc_ppc64le.const
parent6fde58c61bdd29262e5e1af69b65d3d3d4edf644 (diff)
sys/linux: fix up mptcp descriptions
1. Generate .const files for all arches. 2. Don't extract mptcp consts on android. 3. Remove mptcp includes from vnet.txt. 4. Enable CONFIG_MPTCP in syz-extract (mptcp is not like all other kernel headers).
Diffstat (limited to 'sys/linux/ipc_ppc64le.const')
-rw-r--r--sys/linux/ipc_ppc64le.const22
1 files changed, 11 insertions, 11 deletions
diff --git a/sys/linux/ipc_ppc64le.const b/sys/linux/ipc_ppc64le.const
index 813231669..5de4bb805 100644
--- a/sys/linux/ipc_ppc64le.const
+++ b/sys/linux/ipc_ppc64le.const
@@ -41,15 +41,15 @@ S_IWUSR = 128
S_IXGRP = 8
S_IXOTH = 1
S_IXUSR = 64
-__NR_msgctl = 402
-__NR_msgget = 399
-__NR_msgrcv = 401
-__NR_msgsnd = 400
-__NR_semctl = 394
-__NR_semget = 393
+# __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_semop is not set
-__NR_semtimedop = 392
-__NR_shmat = 397
-__NR_shmctl = 396
-__NR_shmdt = 398
-__NR_shmget = 395
+# __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