Browse Source

Add FIONREAD on Redox

Jeremy Soller 2 years ago
parent
commit
fc8e55abd8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/header/sys_ioctl/redox.rs

+ 1 - 0
src/header/sys_ioctl/redox.rs

@@ -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;