From 0b517117b3ac9c4981bbe00a529e48e4019554d1 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 9 Oct 2014 11:59:03 -0700 Subject: Test fixes and rebase conflicts --- src/libnative/io/c_windows.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libnative') 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; -- cgit 1.4.1-3-g733a5