about summary refs log tree commit diff
path: root/src/rustllvm/ExecutionEngineWrapper.cpp
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2015-05-09 00:37:42 +0530
committerManish Goregaokar <manishsmail@gmail.com>2015-05-09 00:37:42 +0530
commit4c0f7fd6fcb45d26668d01d6434108ae2fc76580 (patch)
tree68081c3d3a73b3400ed5d54ca583b44db5bc61e7 /src/rustllvm/ExecutionEngineWrapper.cpp
parent8b8cb34747a76a55e1d29b7bf06b33cc7373bf9c (diff)
parent6c6b20031c80c8e30b8c4edc36f136b682534de6 (diff)
downloadrust-4c0f7fd6fcb45d26668d01d6434108ae2fc76580.tar.gz
rust-4c0f7fd6fcb45d26668d01d6434108ae2fc76580.zip
Rollup merge of #25140 - kevinmehall:mips, r=steveklabnik
Building with `--target=mipsel-unknown-linux-gnu` currently results in the following errors, fixed by this PR:

```
rustc: x86_64-unknown-linux-gnu/stage2/lib/rustlib/mipsel-unknown-linux-gnu/lib/libstd
/vol/rust/src/libstd/os/linux/raw.rs:76:21: 76:28 error: use of undeclared type name `c_ulong`
/vol/rust/src/libstd/os/linux/raw.rs:76         pub st_dev: c_ulong,
                                                            ^~~~~~~
/vol/rust/src/libstd/os/linux/raw.rs:83:22: 83:29 error: use of undeclared type name `c_ulong`
/vol/rust/src/libstd/os/linux/raw.rs:83         pub st_rdev: c_ulong,
                                                             ^~~~~~~
/vol/rust/src/libstd/sys/common/net2.rs:210:52: 210:70 error: unresolved name `libc::TCP_KEEPIDLE`
/vol/rust/src/libstd/sys/common/net2.rs:210         setsockopt(&self.inner, libc::IPPROTO_TCP, libc::TCP_KEEPIDLE,
```
Diffstat (limited to 'src/rustllvm/ExecutionEngineWrapper.cpp')
0 files changed, 0 insertions, 0 deletions