Index: runtime/bin/eventhandler_android.h |
diff --git a/runtime/bin/eventhandler_android.h b/runtime/bin/eventhandler_android.h |
index a60beff8ac0410d1422482a307f92dab56dd22d8..f127d6d07e612c561f8a2444d27332fc967d07cc 100644 |
--- a/runtime/bin/eventhandler_android.h |
+++ b/runtime/bin/eventhandler_android.h |
@@ -103,7 +103,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(); |