mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-19 11:51:22 +00:00
Updated emscripten with comment
This commit is contained in:
@ -81,6 +81,7 @@ use libc::{
|
||||
// TCSETSW,
|
||||
};
|
||||
|
||||
// They are not exposed in in Rust libc in macOS
|
||||
const TCGETS: u64 = 0x5401;
|
||||
const TCSETSW: u64 = 0x5403;
|
||||
|
||||
|
Reference in New Issue
Block a user