libc-rs/libc-test
Dan Gohman ef7ae73239 Fix dirent to match WASI libc's definition.
dirent contains a flexible array member, so don't test its sizeof, don't
allow it to be copied, and don't represent it with an artificial size.
2019-04-23 15:03:23 -07:00
..
src
test Clean libc-test for apple targets 2019-02-22 19:18:02 +01:00
build.rs Fix dirent to match WASI libc's definition. 2019-04-23 15:03:23 -07:00
Cargo.toml