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-08-16 13:52:27 +02:00
2020-08-16 19:58:47 +02:00
2020-10-14 13:40:12 +02:00
2020-09-09 11:17:19 +02:00
2020-10-14 00:35:16 +02:00