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: Re-fix time64 redirects for glibc < 2.39.9 #243

Merged
merged 1 commit into from
May 23, 2024
Merged

Conversation

martinpitt
Copy link
Owner

glibc 2.38 in Debian doesn't know about __USE_TIME64_REDIRECTS yet, so no redirection took place. Curiously this only broke on Debian/Ubuntu ARM architectures, nowhere else.

Apply some guesswork to define __USE_TIME64_REDIRECTS ourselves in the right circumstances.

glibc 2.38 in Debian doesn't know about `__USE_TIME64_REDIRECTS` yet, so
no redirection took place. Curiously this only broke on Debian/Ubuntu
ARM architectures, nowhere else.

Apply some guesswork to define `__USE_TIME64_REDIRECTS` ourselves in the
right circumstances.
@martinpitt martinpitt merged commit 8cb6255 into main May 23, 2024
36 checks passed
@martinpitt martinpitt deleted the time64 branch May 23, 2024 07:49
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