Android didn't gain GNU's strerror_r until Marshmallow. If we're
building libc++ against something older (we build the NDK library
against the oldest release we support, currently Gingerbread), fall
back to the POSIX version.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM.
I would have preferred to always use the POSIX version, but it's impossible to turn of GNU extensions without breaking the linux build.