aboutsummaryrefslogtreecommitdiffstats
path: root/sys/fuchsia/stream.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/fuchsia: add test for stream syscall definitionsLaura Peskin2022-11-231-11/+16
| | | | | | | | 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.
* sys/fuchsia: update stream definitions (#3293)Chris Palmer2022-08-121-0/+26
Co-authored-by: Chris Palmer <palmer@google.com>