Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

preload: Fix time64 redirect for glibc 2.39.9 #239

Merged
merged 1 commit into from
May 20, 2024
Merged

preload: Fix time64 redirect for glibc 2.39.9 #239

merged 1 commit into from
May 20, 2024

Commits on May 20, 2024

  1. preload: Fix time64 redirect for glibc 2.39.9

    __USE_TIME_BITS64 is now always defined on 64 bit architectures, but the
    `__clock_gettime64` redirect doesn't exist there.
    
    See https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=a4ed0471d7
    martinpitt committed May 20, 2024
    Configuration menu
    Copy the full SHA
    d88d2d5 View commit details
    Browse the repository at this point in the history