Skip to content

Correct nfds_t size on Android #24647

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 2 commits into from
May 10, 2025
Merged

Correct nfds_t size on Android #24647

merged 2 commits into from
May 10, 2025

Conversation

bptato
Copy link
Contributor

@bptato bptato commented Jan 24, 2025

Turns out bionic uses an unsigned int (unlike other Linux libcs).

(See https://android.googlesource.com/platform/bionic/+/master/libc/include/poll.h.)

bptato and others added 2 commits January 24, 2025 22:01
Turns out bionic uses an unsigned int (unlike other Linux libcs).
@bptato
Copy link
Contributor Author

bptato commented May 10, 2025

@Araq anything else I should do here? The CI error seems to have been transient.

@Araq Araq merged commit 6f5e581 into nim-lang:devel May 10, 2025
18 checks passed
Copy link
Contributor

Thanks for your hard work on this PR!
The lines below are statistics of the Nim compiler built from 6f5e581

Hint: mm: orc; opt: speed; options: -d:release
179662 lines; 8.624s; 660.008MiB peakmem

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.

2 participants