Index: runtime/bin/eventhandler_linux.h |
diff --git a/runtime/bin/eventhandler_linux.h b/runtime/bin/eventhandler_linux.h |
index 4c423f2fecd655dcc42d961c799a6901dd04c439..d8fc509d5c46b8a8e514ea4ee91e886e99aa7bd2 100644 |
--- a/runtime/bin/eventhandler_linux.h |
+++ b/runtime/bin/eventhandler_linux.h |
@@ -102,7 +102,7 @@ class EventHandlerImplementation { |
void Shutdown(); |
private: |
- intptr_t GetTimeout(); |
+ int64_t GetTimeout(); |
bool GetInterruptMessage(InterruptMessage* msg); |
void HandleEvents(struct epoll_event* events, int size); |
void HandleTimeout(); |