aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/ipc_ppc64le.const
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-02-01 20:08:32 +0100
committerDmitry Vyukov <dvyukov@google.com>2018-02-01 20:18:51 +0100
commite86ddaca2eac4d5b854e7e2ec4b315302ff0e13f (patch)
tree50ed41a93458987feb750426942622d1360b4c19 /sys/linux/ipc_ppc64le.const
parentad2c9da9fbaeee1d362730714d0a01e895ed2e20 (diff)
sys/syz-extract: save unsupported consts to the const files
We currently print unsupported consts to console during make extract. But this is not very useful as there are too many output now. This also does not allow to understand what's unsupported in newly checked-in descriptions, or what's unsupported in all current decriptions. Save unsupported consts to the const files instead. This solves all of the above problems.
Diffstat (limited to 'sys/linux/ipc_ppc64le.const')
-rw-r--r--sys/linux/ipc_ppc64le.const12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/linux/ipc_ppc64le.const b/sys/linux/ipc_ppc64le.const
index 0825a6de5..5de4bb805 100644
--- a/sys/linux/ipc_ppc64le.const
+++ b/sys/linux/ipc_ppc64le.const
@@ -41,3 +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_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