aboutsummaryrefslogtreecommitdiffstats
path: root/sys/fuchsia/clock.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/fuchsia: fix for clock system calls (#3322)Dzmitry2022-08-171-1/+2
|
* Update clock, resource and smc system calls (#3316)Dzmitry2022-08-171-0/+54
* sys/fuchsia: add clock system calls Renames time.txt to clock.txt Updates `zx_clock_read` and adds new ones: `zx_clock_get_details` and `zx_clock_update` * sys/fuchsia: add the resource system call * sys/fuchsia: add the smc system call