Don't HANDLE_EINTR(close). Use IGNORE_EINTR(close).

It is incorrect to wrap close in HANDLE_EINTR on Linux.

BUG=chromium:269623
R=fischman@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/4759004

Patch from Mark Mentovai <mark@chromium.org>.

git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@5206 4adac7df-926f-26a2-2b94-8c16560cd09d
1 file changed