platform_bionic/libc/arch-x86_64
Elliott Hughes 3391a9ff13 Simplify close(2) EINTR handling.
This doesn't affect code like Chrome that correctly ignores EINTR on
close, makes code that tries TEMP_FAILURE_RETRY work (where before it might
have closed a different fd and appeared to succeed, or had a bogus EBADF),
and makes "goto fail" code work (instead of mistakenly assuming that EINTR
means that the close failed).

Who loses? Anyone actively trying to detect that they caught a signal while
in close(2). I don't think those people exist, and I think they have better
alternatives available.

Bug: https://code.google.com/p/chromium/issues/detail?id=269623
Bug: http://b/20501816
Change-Id: I11e2f66532fe5d1b0082b2433212e24bdda8219b
2015-04-23 08:41:45 -07:00
..
bionic Use ALIAS_SYMBOL for assembler aliasing. 2015-03-25 09:12:00 -07:00
include/machine Simplify our endian.h implementation. 2014-12-08 20:35:08 -08:00
string Add 64-bit slm optimized strlcpy and srlcat. 2014-11-12 17:32:28 +03:00
syscalls Simplify close(2) EINTR handling. 2015-04-23 08:41:45 -07:00
x86_64.mk Fix memchr overflow. 2015-02-14 13:21:22 -08:00