8000 Fix for 32bit Linux by nobu · Pull Request #13607 · ruby/ruby · GitHub
[go: up one dir, main page]

Skip to content

Fix for 32bit Linux #13607

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

Merged
merged 3 commits into from
Jun 13, 2025
Merged

Fix for 32bit Linux #13607

merged 3 commits into from
Jun 13, 2025

Conversation

nobu
Copy link
Member
@nobu nobu commented Jun 13, 2025

No description provided.

nobu added 3 commits June 13, 2025 18:36
`dev_t` is already 64-bit in glibc, but on some platforms like Alpine
Linux and Android NDK, `makedev` is defined as more than 32-bit (
promoting to `unsigned long long` then left-shifting by 32bit), while
`dev_t` is still 32-bit.
@nobu nobu merged commit 583ce06 into ruby:master Jun 13, 2025
81 of 82 checks passed
@nobu nobu deleted the linux-32bit branch June 13, 2025 10:44
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.

1 participant
0