aboutsummaryrefslogtreecommitdiffstats
path: root/sys/fuchsia/test/stream
Commit message (Collapse)AuthorAgeFilesLines
* sys/fuchsia: add test for stream syscall definitionsLaura Peskin2022-11-231-0/+34
Also added a `zx_offset` resource type to stream.txt, since the syscall interface uses a distinguished type for offsets here; used `intptr` for sizes and `flags` for options; updated const lists and definitions; corrected in/out direction for a few pointers.