ScopedFd: Don't use TEMP_FAILURE_RETRY() with close() According to the comments in Posix_close(), TEMP_FAILURE_RETRY() should not be used with close(): https://android.googlesource.com/platform/libcore/+/462bdac45c10f43d88d8f07f6994e272a27c14a2%5E%21/#F12 Bug: http://b/20501816 Change-Id: Ie283f848c4fe50fcde9358c8ed307ec048e70892 Signed-off-by: Spencer Low <[email protected]> (cherry picked from commit 315ac19f69d5ca232ddc4a73b4d4088ac6c65e47)