diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-08-26 21:36:08 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-08-27 11:51:40 +0200 |
| commit | a3857c4e90fa4a3fbe78bd4b53cdc77aa91533cf (patch) | |
| tree | 8bc28379a29112de7bc11c57f3d91d0baba84594 /sys/test.txt | |
| parent | 9ec49e082f811482ecdccc837c27961d68247d25 (diff) | |
pkg/compiler, sys/syz-sysgen: move const handling to pkg/compiler
Now pkg/compiler deals with consts.
Diffstat (limited to 'sys/test.txt')
| -rw-r--r-- | sys/test.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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 <linux/in.h> +include <linux/in6.h> + syz_test() # Integer types. |
