From b67b051a4a130a6772aca5887ebe5010b6757cc3 Mon Sep 17 00:00:00 2001 From: Syrus Date: Mon, 8 Jul 2019 09:39:19 -0700 Subject: [PATCH] Updated emscripten with comment --- lib/emscripten/src/syscalls/unix.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/emscripten/src/syscalls/unix.rs b/lib/emscripten/src/syscalls/unix.rs index 6a0b4d988..62b323824 100644 --- a/lib/emscripten/src/syscalls/unix.rs +++ b/lib/emscripten/src/syscalls/unix.rs @@ -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;