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

Fix termios constants on redox #2327

Merged
merged 1 commit into from Aug 9, 2021

Conversation

coolreader18
Copy link
Contributor

The termios constants on redox were just completely wrong, so I got the correct values from https://gitlab.redox-os.org/redox-os/relibc/-/blob/master/src/header/termios/redox.rs

@rust-highfive
Copy link

r? @Amanieu

(rust-highfive has picked a reviewer for you, use r? to override)

@Amanieu
Copy link
Member

Amanieu commented Aug 8, 2021

@bors r+

@bors
Copy link
Contributor

bors commented Aug 8, 2021

📌 Commit 249e213 has been approved by Amanieu

@bors
Copy link
Contributor

bors commented Aug 9, 2021

⌛ Testing commit 249e213 with merge f5e31f2...

@bors
Copy link
Contributor

bors commented Aug 9, 2021

☀️ Test successful - checks-actions, checks-cirrus-freebsd-11, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13
Approved by: Amanieu
Pushing f5e31f2 to master...

@bors bors merged commit f5e31f2 into rust-lang:master Aug 9, 2021
@coolreader18 coolreader18 deleted the fix-redox-termios-constants branch August 9, 2021 01:58
@coolreader18 coolreader18 restored the fix-redox-termios-constants branch August 9, 2021 01:58
@coolreader18 coolreader18 deleted the fix-redox-termios-constants branch August 9, 2021 01:58
@coolreader18 coolreader18 restored the fix-redox-termios-constants branch August 9, 2021 01:59
@coolreader18 coolreader18 deleted the fix-redox-termios-constants branch August 9, 2021 14:27
bors bot added a commit to nix-rust/nix that referenced this pull request Aug 9, 2021
1483: Remove some actually unsupported termios iflags on redox r=asomers a=coolreader18

Related to rust-lang/libc#2327


Co-authored-by: Noah <33094578+coolreader18@users.noreply.github.com>
@coolreader18
Copy link
Contributor Author

Would you be able to cut a new release with this? I'm excited about finally getting termios stuff working on redox, and this was a really prevalent issue on the userspace side.

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