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
No related branches found
No related tags found
Showing
- build.rs 7 additions, 0 deletionsbuild.rs
- libc-test/build.rs 8 additions, 5 deletionslibc-test/build.rs
- src/unix/bsd/freebsdlike/freebsd/freebsd11/mod.rs 2 additions, 0 deletionssrc/unix/bsd/freebsdlike/freebsd/freebsd11/mod.rs
- src/unix/bsd/freebsdlike/freebsd/freebsd12/mod.rs 9 additions, 0 deletionssrc/unix/bsd/freebsdlike/freebsd/freebsd12/mod.rs
- src/unix/bsd/freebsdlike/freebsd/mod.rs 3 additions, 1 deletionsrc/unix/bsd/freebsdlike/freebsd/mod.rs
- src/unix/bsd/freebsdlike/mod.rs 2 additions, 2 deletionssrc/unix/bsd/freebsdlike/mod.rs
- src/unix/bsd/mod.rs 2 additions, 2 deletionssrc/unix/bsd/mod.rs
- src/unix/mod.rs 7 additions, 7 deletionssrc/unix/mod.rs
Loading
Please register or sign in to comment