Jakob Unterwurzacher ec3eaf0b87 syscallcompat: don't retry Close()
After Close() returns, the fd is dead, even if we
received EINTR. Don't retry, we could shoot down
an unrelated fd that received the same fd number.
2020-10-14 13:40:12 +02:00
..
2020-10-14 13:40:12 +02:00
2019-05-01 13:12:44 +02:00
2020-10-14 00:35:16 +02:00