This is an archive of the discontinued LLVM Phabricator instance.

Fix GNU strerror_r check for Android.
ClosedPublic

Authored by danalbert on Feb 16 2017, 3:17 PM.

Details

Summary

Bionic didn't get a GNU style strerror_r until Android M. Until then
we unconditionally exposed the POSIX one. Expand the check to account
for this.

Diff Detail

Repository
rL LLVM

Event Timeline

danalbert created this revision.Feb 16 2017, 3:17 PM

LGTM from the Android side.

This revision is now accepted and ready to land.Mar 7 2017, 10:12 AM
This revision was automatically updated to reflect the committed changes.