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 @@ -144,15 +144,15 @@ pub struct Instant(time::Instant);
144144///
145145/// | Platform | System call |
146146/// |:---------:|:--------------------------------------------------------------------:|
147- /// | Cloud ABI | [clock_time_get (Realtime Clock)] |
147+ /// | CloudABI | [clock_time_get (Realtime Clock)] |
148148/// | SGX | [`insecure_time` usercall]. More information on [timekeeping in SGX] |
149149/// | UNIX | [clock_gettime (Realtime Clock)] |
150150/// | DARWIN | [gettimeofday] |
151151/// | VXWorks | [clock_gettime (Realtime Clock)] |
152152/// | WASI | [__wasi_clock_time_get (Realtime Clock)] |
153153/// | Windows | [GetSystemTimeAsFileTime] |
154154///
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
156156/// [`insecure_time` usercall]: https://edp.fortanix.com/docs/api/fortanix_sgx_abi/struct.Usercalls.html#method.insecure_time
157157/// [timekeeping in SGX]: https://edp.fortanix.com/docs/concepts/rust-std/#codestdtimecode
158158/// [gettimeofday]: http://man7.org/linux/man-pages/man2/gettimeofday.2.html
You can’t perform that action at this time.
0 commit comments