diff options
author | Yuta Saito <[email protected]> | 2022-01-16 01:18:49 +0900 |
---|---|---|
committer | Yuta Saito <[email protected]> | 2022-01-19 11:19:06 +0900 |
commit | 7ee786388ae0d6f8c8cea7bf012cc11fdb5b534a (patch) | |
tree | 5730c7c4890c284f3c8c9a19fab846a02acd6aa4 /io.c | |
parent | 65f95f26ff0e7b4be4704fedc52344a26d22a4e2 (diff) |
[wasm] wasm/missing.{c,h}: add missing libc stubs for wasi-libc
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/5407
Diffstat (limited to 'io.c')
-rw-r--r-- | io.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -133,6 +133,7 @@ #include "internal/variable.h" #include "ruby/io.h" #include "ruby/io/buffer.h" +#include "ruby/missing.h" #include "ruby/thread.h" #include "ruby/util.h" #include "ruby_atomic.h" |