File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ pub use core::time::Duration;
6565///
6666/// | Platform | System call |
6767/// |:---------:|:--------------------------------------------------------------------:|
68- /// | Cloud ABI | [clock_time_get (Monotonic Clock)] |
68+ /// | CloudABI | [clock_time_get (Monotonic Clock)] |
6969/// | SGX | [`insecure_time` usercall]. More information on [timekeeping in SGX] |
7070/// | UNIX | [clock_gettime (Monotonic Clock)] |
7171/// | Darwin | [mach_absolute_time] |
@@ -79,7 +79,7 @@ pub use core::time::Duration;
7979/// [__wasi_clock_time_get (Monotonic Clock)]: https://github.com/CraneStation/wasmtime/blob/master/docs/WASI-api.md#clock_time_get
8080/// [clock_gettime (Monotonic Clock)]: https://linux.die.net/man/3/clock_gettime
8181/// [mach_absolute_time]: https://developer.apple.com/library/archive/documentation/Darwin/Conceptual/KernelProgramming/services/services.html
82- /// [clock_time_get (Monotonic Clock)]: https://github.com/NuxiNL/ cloudabi/blob/master/cloudabi.txt
82+ /// [clock_time_get (Monotonic Clock)]: https://nuxi.nl/ cloudabi/#clock_time_get
8383///
8484/// **Disclaimer:** These system calls might change over time.
8585///
You can’t perform that action at this time.
0 commit comments