From e86ddaca2eac4d5b854e7e2ec4b315302ff0e13f Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 1 Feb 2018 20:08:32 +0100 Subject: 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. --- sys/linux/ipc_ppc64le.const | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'sys/linux/ipc_ppc64le.const') 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 -- cgit mrf-deployment