@@ -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
///
@@ -144,15 +144,15 @@ pub struct Instant(time::Instant);
144
144
///
145
145
/// | Platform | System call |
146
146
/// |:---------:|:--------------------------------------------------------------------:|
147
- /// | Cloud ABI | [clock_time_get (Realtime Clock)] |
147
+ /// | CloudABI | [clock_time_get (Realtime Clock)] |
148
148
/// | SGX | [`insecure_time` usercall]. More information on [timekeeping in SGX] |
149
149
/// | UNIX | [clock_gettime (Realtime Clock)] |
150
150
/// | DARWIN | [gettimeofday] |
151
151
/// | VXWorks | [clock_gettime (Realtime Clock)] |
152
152
/// | WASI | [__wasi_clock_time_get (Realtime Clock)] |
153
153
/// | Windows | [GetSystemTimeAsFileTime] |
154
154
///
155
- /// [clock_time_get (Realtime Clock)]: https://github.com/NuxiNL/ cloudabi/blob/master/cloudabi.txt
155
+ /// [clock_time_get (Realtime Clock)]: https://nuxi.nl/ cloudabi/#clock_time_get
156
156
/// [`insecure_time` usercall]: https://edp.fortanix.com/docs/api/fortanix_sgx_abi/struct.Usercalls.html#method.insecure_time
157
157
/// [timekeeping in SGX]: https://edp.fortanix.com/docs/concepts/rust-std/#codestdtimecode
158
158
/// [gettimeofday]: http://man7.org/linux/man-pages/man2/gettimeofday.2.html
0 commit comments