Add FIONREAD on Redox

This commit is contained in:
Jeremy Soller
2022-10-17 10:39:20 -06:00
parent 976ca7893f
commit fc8e55abd8
+1
View File
@@ -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;