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
Fix VDSO clock_gettime detection on older Linux versions.
On arm, use the `64`-suffixed symbol so that the optimized path only
uses the y2038-safe version.
On risc-v, use the symbol name from the actual kernel code.
And on arm and x86, handle the case where the y2038-safe symbol is not
present.
0 commit comments