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

Make poll() test work with gcc 14 #9212

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lukebakken
Copy link
Contributor

@lukebakken lukebakken commented Dec 17, 2024

Fixes #9211

Copy link
Contributor

github-actions bot commented Dec 17, 2024

CT Test Results

    3 files    141 suites   49m 30s ⏱️
1 598 tests 1 549 ✅ 49 💤 0 ❌
2 307 runs  2 238 ✅ 69 💤 0 ❌

Results for commit c0a4870.

♻️ This comment has been updated with latest results.

To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.

See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.

Artifacts

// Erlang/OTP Github Action Bot

@lukebakken lukebakken marked this pull request as ready for review December 17, 2024 22:16
Fixes erlang#9211

* Add headers (`stdlib.h`, `fcntl.h`) for `poll`
* Add `unistd.h` for `sbrk`
@lukebakken lukebakken force-pushed the lukebakken/erlang-otp-9211 branch from b7d7c94 to c0a4870 Compare December 18, 2024 20:02
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.

erts/configure does not detect poll() correctly when gcc 14 is used
2 participants