diff options
Diffstat (limited to 'src/libnative')
| -rw-r--r-- | src/libnative/io/c_windows.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnative/io/c_windows.rs b/src/libnative/io/c_windows.rs index 2266f41eff9..067a31166a5 100644 --- a/src/libnative/io/c_windows.rs +++ b/src/libnative/io/c_windows.rs @@ -17,7 +17,7 @@ use libc; pub const WSADESCRIPTION_LEN: uint = 256; pub const WSASYS_STATUS_LEN: uint = 128; pub const FIONBIO: libc::c_long = 0x8004667e; -static FD_SETSIZE: uint = 64; +pub const FD_SETSIZE: uint = 64; pub const MSG_DONTWAIT: libc::c_int = 0; pub const ERROR_ILLEGAL_CHARACTER: libc::c_int = 582; pub const ENABLE_ECHO_INPUT: libc::DWORD = 0x4; |
