libc-rs/libc-test
bors 60f90cf560 Auto merge of #237 - Nercury:use-signal-instead-of-bsd-signal, r=alexcrichton
Use now available link name "signal" instead of "bsd_signal"

On android, the `bsd_signal` is gone, the `signal` is available.

While this is the most obvious solution, I am not sure of a few things:
- How are we going to keep compatibility with older NDKs where `signal` does not exist;
- Was something dependent on this being different on android and thus would break (for example, the rust compiler uses this function, so it may break somewhere).

Fixes #236.
2016-04-06 16:50:11 -07:00
..
generate-files Update winapi 2016-03-14 21:59:21 -07:00
src Add OpenBSD and FreeBSD CI to Travis 2016-01-18 22:54:28 -08:00
Cargo.lock Bump to 0.2.9 2016-03-30 17:40:32 -07:00
Cargo.toml Switch to ctest crate 2015-09-15 23:28:52 -07:00
build-generated.rs Add OpenBSD and FreeBSD CI to Travis 2016-01-18 22:54:28 -08:00
build.rs Auto merge of #237 - Nercury:use-signal-instead-of-bsd-signal, r=alexcrichton 2016-04-06 16:50:11 -07:00
run-generated-Cargo.toml Add OpenBSD and FreeBSD CI to Travis 2016-01-18 22:54:28 -08:00