Fix system call docs for time::Instant
The link for UNIX was pointing to the Cloud ABI docs. It should have been pointing to the clock_gettime docs instead. The table is repeated in the docs for SystemTime, but there the UNIX entry was already correct.
This commit is contained in:
parent
3ebcfa1451
commit
827ee7a70a
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ pub use core::time::Duration;
|
||||||
/// |:---------:|:--------------------------------------------------------------------:|
|
/// |:---------:|:--------------------------------------------------------------------:|
|
||||||
/// | Cloud ABI | [clock_time_get (Monotonic Clock)] |
|
/// | Cloud ABI | [clock_time_get (Monotonic Clock)] |
|
||||||
/// | SGX | [`insecure_time` usercall]. More information on [timekeeping in SGX] |
|
/// | SGX | [`insecure_time` usercall]. More information on [timekeeping in SGX] |
|
||||||
/// | UNIX | [clock_time_get (Monotonic Clock)] |
|
/// | UNIX | [clock_gettime (Monotonic Clock)] |
|
||||||
/// | Darwin | [mach_absolute_time] |
|
/// | Darwin | [mach_absolute_time] |
|
||||||
/// | VXWorks | [clock_gettime (Monotonic Clock)] |
|
/// | VXWorks | [clock_gettime (Monotonic Clock)] |
|
||||||
/// | WASI | [__wasi_clock_time_get (Monotonic Clock)] |
|
/// | WASI | [__wasi_clock_time_get (Monotonic Clock)] |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue