diff options
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/trusty/sys.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/trusty/sys.txt b/sys/trusty/sys.txt index ca311c4b8..e88154f6c 100644 --- a/sys/trusty/sys.txt +++ b/sys/trusty/sys.txt @@ -6,6 +6,9 @@ include <user/trusty_syscalls.h> +# Needed for MakeSyzMmap, or need to fix target.MakeDataMmap to use mmap. +syz_mmap(addr vma, len len[addr]) + write(fd int32, msg ptr[in, array[int8]], size len[msg]) brk(brk int32) exit_etc(status int32, flags int32) |
