commit | f34835658afdb9fb2ed297e7501732b4d108a89b | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Oct 05 13:48:44 2009 -0700 |
committer | Elliott Hughes <enh@google.com> | Mon Oct 05 13:48:44 2009 -0700 |
tree | 6424180918a5591a64d42f06ba1a2b95f7e63581 | |
parent | f896894b5a637942f0261b13232e235aca83a3b1 [diff] |
Switch to TEMP_FAILURE_RETRY now it's moved to bionic. (The same EINTR_RETRY macro that used to be here has moved to <unistd.h>, so we don't need another copy. EINTR_RETRY is a nicer name, I think, but TEMP_FAILURE_RETRY is the GNU-compatible name.)