Add Fuchsia to actually_monotonic
Fuchsia provides a fully monotonic clock.
This commit is contained in:
parent
618768492f
commit
bb1e42599d
1 changed files with 1 additions and 0 deletions
|
@ -311,6 +311,7 @@ mod inner {
|
||||||
pub fn actually_monotonic() -> bool {
|
pub fn actually_monotonic() -> bool {
|
||||||
(cfg!(target_os = "linux") && cfg!(target_arch = "x86_64")) ||
|
(cfg!(target_os = "linux") && cfg!(target_arch = "x86_64")) ||
|
||||||
(cfg!(target_os = "linux") && cfg!(target_arch = "x86")) ||
|
(cfg!(target_os = "linux") && cfg!(target_arch = "x86")) ||
|
||||||
|
cfg!(target_os = "fuchsia") ||
|
||||||
false // last clause, used so `||` is always trailing above
|
false // last clause, used so `||` is always trailing above
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue