Merge branch 'command/pyodide' of github.com:wasmerio/wasmer into command/pyodide

This commit is contained in:
Jesús Leganés-Combarro 'piranna
2019-06-12 23:26:02 +02:00
4 changed files with 19 additions and 10 deletions

View File

@ -631,11 +631,6 @@ pub fn ___syscall218(_ctx: &mut Ctx, _one: i32, _two: i32) -> i32 {
-1
}
pub fn ___syscall220(_ctx: &mut Ctx, _one: i32, _two: i32) -> i32 {
debug!("emscripten::___syscall220");
-1
}
// fcntl64
pub fn ___syscall221(ctx: &mut Ctx, _which: c_int, mut varargs: VarArgs) -> c_int {
debug!("emscripten::___syscall221 (fcntl64) {}", _which);