libc-rs/libc-test
Alex Crichton bb6f198a20 Fix all definitions on FreeBSD
* The `flock` structure has an extra field
* Some `flock`-related constants have different value
* Some constants like `TABN` don't exist
* The `fsblkcnt_t` and `fsfilcnt_t` type definitions are u64 for x86_64 FreeBSD
* The `d_namelen` field in `dirent` was renamed correctly to `d_namlen`
* The alignment of `fd_set` was off, and the macros were updated to not always
  assume a 32-bit integer is used.
2016-01-18 22:54:28 -08:00
..
generate-files Add OpenBSD and FreeBSD CI to Travis 2016-01-18 22:54:28 -08:00
src Add OpenBSD and FreeBSD CI to Travis 2016-01-18 22:54:28 -08:00
build-generated.rs Add OpenBSD and FreeBSD CI to Travis 2016-01-18 22:54:28 -08:00
build.rs Fix all definitions on FreeBSD 2016-01-18 22:54:28 -08:00
Cargo.lock Add OpenBSD and FreeBSD CI to Travis 2016-01-18 22:54:28 -08:00
Cargo.toml Switch to ctest crate 2015-09-15 23:28:52 -07:00
run-generated-Cargo.toml Add OpenBSD and FreeBSD CI to Travis 2016-01-18 22:54:28 -08:00