libc-rs/libc-test
bors 245b0f891b Auto merge of #1440 - pizzamig:invert-freebsd12, r=gnzlbg
Add support for FreeBSD CURRENT (aka freebsd13)

Using the last FreeBSD-CURRENT (development snapshot) the libc build, but tests fail.
This patch detects and supports FreeBSD CURRENT as freebsd13, and reworks the conditional compilation to use the `freebsd11` attribute instead of `not(freebsd12)`
For now, freebsd13 is reusing all freebsd12 definitions, except for `ELAST`
While here, add a new `errno`introduced in freebsd13
2019-08-10 16:38:46 +00:00
..
src Add an integration test for the cmsg(3) functions. 2019-02-05 08:26:17 -07:00
test Formatting 2019-08-05 10:24:36 +02:00
Cargo.toml Update MUSL Linux kernel headers and re-enable Linux tests 2019-05-27 22:23:02 +02:00
build.rs Auto merge of #1440 - pizzamig:invert-freebsd12, r=gnzlbg 2019-08-10 16:38:46 +00:00