Matej Knopp 4e8195b153 Remove counter from eintr wrapper (flutter/engine#26124)
Fixes https://github.com/flutter/flutter/issues/82226

On linux/lldb there are sometimes  spurious EINTR errors
when starting an isolate (without an apparent reason).
This results in threads being prematurely terminated.
2021-05-16 12:58:24 +02:00
..