Skip to content

Commit 913da6c

Browse files
committed
Add FIONREAD for apple/b64
1 parent 4e31314 commit 913da6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/unix/bsd/apple/b64.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ pub const __PTHREAD_RWLOCK_SIZE__: usize = 192;
1717

1818
pub const TIOCTIMESTAMP: ::c_ulong = 0x40107459;
1919
pub const TIOCDCDTIMESTAMP: ::c_ulong = 0x40107458;
20+
21+
pub const FIONREAD: ::c_ulong = 0x4004667f;

0 commit comments

Comments
 (0)