aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/sys_amd64.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/sys_amd64.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/sys_amd64.const')
-rw-r--r--sys/linux/sys_amd64.const2
1 files changed, 2 insertions, 0 deletions
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