-
Notifications
You must be signed in to change notification settings - Fork 3k
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
base: master
Are you sure you want to change the base?
Conversation
CT Test Results 3 files 141 suites 48m 46s ⏱️ For more details on these failures, see this check. Results for commit e2604aa. ♻️ 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 |
5281e69
to
b7d7c94
Compare
b7d7c94
to
c0a4870
Compare
It would be nice to get this backported to maint-27 and maint-26, otherwise I'll almost certainly have to do so locally. The commit in this PR (without the bogus FLOAT16 bits) cherry-picks cleanly on 27 and 26. |
c0a4870
to
5a467c6
Compare
Fixes erlang#9211 * Add headers (`stdlib.h`, `fcntl.h`) for `poll` * Add `unistd.h` for `sbrk`
5a467c6
to
e2604aa
Compare
@mikpe done. I rebased this PR on
|
Thanks @lukebakken |
Fixes #9211