Skip to content

Commit 0970f3d

Browse files
committed
Add missing links for insecure_time
1 parent 5095101 commit 0970f3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libstd/time.rs

+2
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ pub struct Instant(time::Instant);
153153
/// | Windows | [GetSystemTimeAsFileTime] |
154154
///
155155
/// [clock_time_get (Realtime Clock)]: https://github.com./NuxiNL/cloudabi/blob/master/cloudabi.txt
156+
/// [`insecure_time` usercall]: https://edp.fortanix.com/docs/api/fortanix_sgx_abi/struct.Usercalls.html#method.insecure_time
157+
/// [timekeeping in SGX]: https://edp.fortanix.com/docs/concepts/rust-std/#codestdtimecode
156158
/// [gettimeofday]: http://man7.org/linux/man-pages/man2/gettimeofday.2.html
157159
/// [clock_gettime (Realtime Clock)]: https://linux.die.net/man/3/clock_gettime
158160
/// [__wasi_clock_time_get (Realtime Clock)]: https://github.com./CraneStation/wasmtime/blob/master/docs/WASI-api.md#clock_time_get

0 commit comments

Comments
 (0)