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;
65
65
///
66
66
/// | Platform | System call |
67
67
/// |:---------:|:--------------------------------------------------------------------:|
68
- /// | Cloud ABI | [clock_time_get (Monotonic Clock)] |
68
+ /// | CloudABI | [clock_time_get (Monotonic Clock)] |
69
69
/// | SGX | [`insecure_time` usercall]. More information on [timekeeping in SGX] |
70
70
/// | UNIX | [clock_gettime (Monotonic Clock)] |
71
71
/// | Darwin | [mach_absolute_time] |
@@ -79,7 +79,7 @@ pub use core::time::Duration;
79
79
/// [__wasi_clock_time_get (Monotonic Clock)]: https://github.com/CraneStation/wasmtime/blob/master/docs/WASI-api.md#clock_time_get
80
80
/// [clock_gettime (Monotonic Clock)]: https://linux.die.net/man/3/clock_gettime
81
81
/// [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
83
83
///
84
84
/// **Disclaimer:** These system calls might change over time.
85
85
///
You can’t perform that action at this time.
0 commit comments