Port host::__wasi_preopentype_t to Rust

This commit is contained in:
Jakub Konka
2019-05-01 15:23:28 +02:00
committed by Dan Gohman
parent 5c555406ca
commit f7245f40a1
3 changed files with 6 additions and 2 deletions

View File

@@ -103,7 +103,8 @@ fn main() {
.blacklist_item("__WASI_ETIMEDOUT")
.blacklist_item("__WASI_ETXTBSY")
.blacklist_item("__WASI_EXDEV")
.blacklist_item("__WASI_ENOTCAPABLE");
.blacklist_item("__WASI_ENOTCAPABLE")
.blacklist_item("__WASI_PREOPENTYPE_DIR");
let out_path = PathBuf::from(env::var("OUT_DIR").unwrap());