Skip to content
Snippets Groups Projects
Verified Commit fc8e55ab authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Add FIONREAD on Redox

parent 976ca789
No related branches found
No related tags found
No related merge requests found
Pipeline #10691 failed
......@@ -8,6 +8,7 @@ use crate::{
use super::winsize;
pub const FIONREAD: c_ulong = 0x541B;
pub const FIONBIO: c_ulong = 0x5421;
pub const TCGETS: c_ulong = 0x5401;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment