diff options
| author | Jyun-Yan You <jyyou@cs.nctu.edu.tw> | 2013-01-29 22:28:08 +0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2013-03-03 19:27:27 -0800 |
| commit | 5150b9811b520843e7a4905da4e6030b5f7ff9fd (patch) | |
| tree | 333ac0f7018897a1829fe05e0ba3c3eff034427d /src/libstd/net_tcp.rs | |
| parent | 0ecd9e03ff9a7f96d324b63e49c94d3c5d9a51cb (diff) | |
| download | rust-5150b9811b520843e7a4905da4e6030b5f7ff9fd.tar.gz rust-5150b9811b520843e7a4905da4e6030b5f7ff9fd.zip | |
rustc: MIPS32 support
Diffstat (limited to 'src/libstd/net_tcp.rs')
| -rw-r--r-- | src/libstd/net_tcp.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/net_tcp.rs b/src/libstd/net_tcp.rs index 5b116705698..eea9f427326 100644 --- a/src/libstd/net_tcp.rs +++ b/src/libstd/net_tcp.rs @@ -1504,6 +1504,7 @@ pub mod test { } #[cfg(target_arch="x86")] #[cfg(target_arch="arm")] + #[cfg(target_arch="mips")] pub mod impl32 { use net::tcp::test::*; |
