| Index: runtime/bin/eventhandler_linux.cc
|
| diff --git a/runtime/bin/eventhandler_linux.cc b/runtime/bin/eventhandler_linux.cc
|
| index de28f03894a41c560a2ef2c978961dd1f2bc671e..64050cd78a22c072892fb77c1c45fa7f9a6d8f05 100644
|
| --- a/runtime/bin/eventhandler_linux.cc
|
| +++ b/runtime/bin/eventhandler_linux.cc
|
| @@ -164,7 +164,7 @@ void EventHandlerImplementation::WakeupHandler(intptr_t id,
|
| if (result == -1) {
|
| perror("Interrupt message failure:");
|
| }
|
| - FATAL1("Interrupt message failure. Wrote %d bytes.", result);
|
| + FATAL1("Interrupt message failure. Wrote %"Pd" bytes.", result);
|
| }
|
| }
|
|
|
|
|