Fix compilation errors on Darwin.

This commit is contained in:
Dan Gohman
2018-11-28 16:27:10 -08:00
parent adb76ba9f1
commit 38acc069fa
3 changed files with 10 additions and 8 deletions

View File

@@ -46,7 +46,7 @@ EnsureEagerSignalHandlers(void);
// be performed per-thread. This operation may incur some overhead and
// so should be done only when needed to use wasm.
bool
EnsureDarwinMachPorts(struct TrapContext* cx);
EnsureDarwinMachPorts(void);
#ifdef __cplusplus
} // extern "C"