You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
Fix Issue 19280 - Remove unnecessary error checks in core.time, Part 2
clock_gettime called with a valid clock_id and a valid timespec address
is in principle allowed to fail if the number of seconds doesn't fit in
time_t. If time_t is long or ulong we don't need to check for this
since the current time won't overflow before 292 billion years A.D.
This PR also extends PR #2315's improments currSystemTick to also apply
to currTime.
0 commit comments