File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -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
You can’t perform that action at this time.
0 commit comments