Handle bionic's strerror_r in an ABI-compatible way.
The previous fix in r291050 fixed source compatibility but broke ABI compatibility with older versions of bionic instead. Since older versions of bionic only provide the POSIX version of strerror_r we should instead make sure we always use that version. BUG= Review URL: https://codereview.chromium.org/552753002 Cr-Commit-Position: refs/heads/master@{#293894}
Showing
Please register or sign in to comment