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

redox: long is 32-bits on 32-bit systems #3024

Merged
merged 2 commits into from Dec 3, 2022

Conversation

jackpot51
Copy link
Contributor

@jackpot51 jackpot51 commented Dec 2, 2022

This ensures that 32-bit systems use i32 for c_long and u32 for c_ulong.

I have also adjusted off_t and time_t to be long long, which is what they are in relibc now.

@rustbot
Copy link
Collaborator

rustbot commented Dec 2, 2022

r? @JohnTitor

(rustbot has picked a reviewer for you, use r? to override)

@JohnTitor
Copy link
Member

Thank you! @bors r+

@bors
Copy link
Contributor

bors commented Dec 3, 2022

📌 Commit 73a70cb has been approved by JohnTitor

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Dec 3, 2022

⌛ Testing commit 73a70cb with merge 9c311b4...

@bors
Copy link
Contributor

bors commented Dec 3, 2022

☀️ Test successful - checks-actions, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13, checks-cirrus-freebsd-14
Approved by: JohnTitor
Pushing 9c311b4 to master...

@bors bors merged commit 9c311b4 into rust-lang:master Dec 3, 2022
@jackpot51 jackpot51 deleted the redox-0.2.137 branch April 26, 2023 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants