-
Notifications
You must be signed in to change notification settings - Fork 1.2k
links old version of cf{g,s}et{i,o}speed for glibc #4882
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
base: main
Are you sure you want to change the base?
Conversation
tgross35
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we aren't able to test the function pointers, would it be possible to add an integration test in https://github.com/rust-lang/libc/tree/main/libc-test/tests? Something simple to verify we link correctly and that our baud constants work.
It's unfortunate that we need as much cfg as we do here, but this fix is much needed. Thank you for putting this together!
tgross35
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(updating status)
|
Reminder, once the PR becomes ready for a review, use |
dd7a939 to
294e97c
Compare
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
44149d2 to
676fbe7
Compare
|
@rustbot ready |
Description
Fixes#4692.Sources
https://github.com/bminor/glibc
cfsetspeed
cfsetispeed
cfsetospeed
cfgetispeed
cfgetospeed
@rustbot label stable-nominated