diff options
Diffstat (limited to 'sys/test/test.txt')
| -rw-r--r-- | sys/test/test.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/test/test.txt b/sys/test/test.txt index 6fc82d645..fcd85f20f 100644 --- a/sys/test/test.txt +++ b/sys/test/test.txt @@ -555,6 +555,7 @@ mutate3(vec ptr[in, array[int32[0:1]]], vlen len[vec]) mutate4(data ptr[in, array[int8]], size bytesize[data]) mutate5(filename ptr[in, filename], flags flags[open_flags]) fd mutate6(fd fd, data ptr[in, array[int8]], size bytesize[data]) +mutate7(a0 ptr[in, string], a1 len[a0]) open_flags = 0xabababababababab, 0xcdcdcdcdcdcdcdcd |
