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/sys_amd64.const | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/linux/sys_amd64.const') diff --git a/sys/linux/sys_amd64.const b/sys/linux/sys_amd64.const index 0695479e3..2f149d3c2 100644 --- a/sys/linux/sys_amd64.const +++ b/sys/linux/sys_amd64.const @@ -736,6 +736,7 @@ __NR_mlock = 149 __NR_mlock2 = 325 __NR_mlockall = 151 __NR_mmap = 9 +# __NR_mmap2 is not set __NR_modify_ldt = 154 __NR_mount = 165 __NR_move_pages = 279 @@ -809,6 +810,7 @@ __NR_sched_yield = 24 __NR_seccomp = 317 __NR_select = 23 __NR_sendfile = 40 +# __NR_sendfile64 is not set __NR_set_mempolicy = 238 __NR_set_robust_list = 273 __NR_set_thread_area = 205 -- cgit mrf-deployment