Index: runtime/bin/eventhandler_linux.h |
diff --git a/runtime/bin/eventhandler_linux.h b/runtime/bin/eventhandler_linux.h |
index 217bdb95529efb17561ff05e3eaba15caa06a19a..b210e774ca8681500f51bc8d72d675dc88e21bcc 100644 |
--- a/runtime/bin/eventhandler_linux.h |
+++ b/runtime/bin/eventhandler_linux.h |
@@ -103,7 +103,7 @@ class EventHandlerImplementation { |
struct pollfd* GetPollFds(intptr_t* size); |
void HandleEvents(struct pollfd* pollfds, int pollfds_size, int result_size); |
void HandleTimeout(); |
- static void* Poll(void* args); |
+ static void Poll(uword args); |
void WakeupHandler(intptr_t id, Dart_Port dart_port, int64_t data); |
void HandleInterruptFd(); |
void SetPort(intptr_t fd, Dart_Port dart_port, intptr_t mask); |