From 54ce1ed6b9fcb3b8d77c43dd4b3533e70cade414 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 10 Aug 2020 07:51:02 +0200 Subject: sys/linux: switch to the new .const format This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983 --- docs/syscall_descriptions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/syscall_descriptions.md b/docs/syscall_descriptions.md index 3fe18b904..a69932e27 100644 --- a/docs/syscall_descriptions.md +++ b/docs/syscall_descriptions.md @@ -219,7 +219,7 @@ includes kernel headers referenced by `include` directives, defines macros as sp by `define` directives and prints values of symbolic constants. Results are stored in `.const` files, one per arch. For example, [sys/linux/dev_ptmx.txt](/sys/linux/dev_ptmx.txt) is translated into -[sys/linux/dev_ptmx_amd64.const](/sys/linux/dev_ptmx_amd64.const). +[sys/linux/dev_ptmx.txt.const](/sys/linux/dev_ptmx.txt.const). The second step is translation of descriptions into Go code using [syz-sysgen](/sys/syz-sysgen) utility (the actual compiler code lives in -- cgit mrf-deployment