From a3857c4e90fa4a3fbe78bd4b53cdc77aa91533cf Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 26 Aug 2017 21:36:08 +0200 Subject: pkg/compiler, sys/syz-sysgen: move const handling to pkg/compiler Now pkg/compiler deals with consts. --- sys/test.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/test.txt') diff --git a/sys/test.txt b/sys/test.txt index 18ecdeb88..ded19ae0b 100644 --- a/sys/test.txt +++ b/sys/test.txt @@ -3,6 +3,10 @@ # Syscalls used in syzkaller tests. +# For IPPROTO_* consts. +include +include + syz_test() # Integer types. -- cgit mrf-deployment