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

Conversation

martinpitt
Copy link
Owner

__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

__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 martinpitt merged commit 1b2088a into main May 20, 2024
35 checks passed
@martinpitt martinpitt deleted the fix branch May 20, 2024 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant