mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
dc6fade06f
Link POSIX instead of Linux manual for Instant This commit changes the links in the source code that link to a platform specific implementation of the POSIX interface of `clock_gettime`, despite the respective areas in the code being specifically UNIX system agnostic, thereby making it more reasonable to link the POSIX specific document.