diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-01-03 17:56:26 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-03 17:56:26 +0900 |
| commit | aefc3cd3720935c305f12a339ca1069f65c8ae56 (patch) | |
| tree | aae269ed6914883d197f26265701ffaf0f5ca192 /src | |
| parent | ed80f49be9234ceb86a7ab99eb7882c1920526f9 (diff) | |
| parent | 0970f3d01d7e6cac81213167d234d9d23db3a15f (diff) | |
| download | rust-aefc3cd3720935c305f12a339ca1069f65c8ae56.tar.gz rust-aefc3cd3720935c305f12a339ca1069f65c8ae56.zip | |
Rollup merge of #67762 - lzutao:systemtime-links, r=joshtriplett
Add missing links for insecure_time
Diffstat (limited to 'src')
| -rw-r--r-- | src/libstd/time.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstd/time.rs b/src/libstd/time.rs index 03f1ef0000a..0dce8f810eb 100644 --- a/src/libstd/time.rs +++ b/src/libstd/time.rs @@ -153,6 +153,8 @@ pub struct Instant(time::Instant); /// | Windows | [GetSystemTimeAsFileTime] | /// /// [clock_time_get (Realtime Clock)]: https://github.com/NuxiNL/cloudabi/blob/master/cloudabi.txt +/// [`insecure_time` usercall]: https://edp.fortanix.com/docs/api/fortanix_sgx_abi/struct.Usercalls.html#method.insecure_time +/// [timekeeping in SGX]: https://edp.fortanix.com/docs/concepts/rust-std/#codestdtimecode /// [gettimeofday]: http://man7.org/linux/man-pages/man2/gettimeofday.2.html /// [clock_gettime (Realtime Clock)]: https://linux.die.net/man/3/clock_gettime /// [__wasi_clock_time_get (Realtime Clock)]: https://github.com/CraneStation/wasmtime/blob/master/docs/WASI-api.md#clock_time_get |
