Index: runtime/bin/eventhandler_macos.h |
diff --git a/runtime/bin/eventhandler_macos.h b/runtime/bin/eventhandler_macos.h |
index 4303586d06210f440a44cff6a607642f9e673b69..6bf4d61a85016a6883e4ca3c34fba8f48804961b 100644 |
--- a/runtime/bin/eventhandler_macos.h |
+++ b/runtime/bin/eventhandler_macos.h |
@@ -115,7 +115,7 @@ class EventHandlerImplementation { |
void Shutdown(); |
private: |
- intptr_t GetTimeout(); |
+ int64_t GetTimeout(); |
bool GetInterruptMessage(InterruptMessage* msg); |
void HandleEvents(struct kevent* events, int size); |
void HandleTimeout(); |