libc-rs/libc-test
bors 7e33065ce4 Auto merge of #812 - malbarbo:x32, r=alexcrichton
Initial fixes for linux x32

Tested with a local build of rustc. The main test can be compiled but fails to execute (receives SIGTRAP, which I think in this case indicates memory violation, I will open an issue in the rustc repo).

This PR is important because it fixes the definition of `c_long` and `c_ulong`. Without these fixes, rustc crash with the error:

```
Cannot emit physreg copy instruction
UNREACHABLE executed at /checkout/src/llvm/lib/Target/X86/X86InstrInfo.cpp:5778!
```

Related https://github.com/rust-lang/rust/issues/37976
2017-10-19 16:40:53 +00:00
..
test Remove warnings in libc-test 2017-08-21 21:41:26 -07:00
build.rs Auto merge of #812 - malbarbo:x32, r=alexcrichton 2017-10-19 16:40:53 +00:00
Cargo.toml Add more Linux-based syscall tables 2017-10-18 15:17:00 -07:00