commit | f78d4ca3fbff6cab0c704c787706a53ddafcbe13 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Fri Sep 22 12:24:50 2017 -0700 |
committer | David Goldblatt <davidtgoldblatt@gmail.com> | Wed Jan 10 21:01:18 2018 -0800 |
tree | 8cc6a214bde51a42beb77ac92fe0d00dd44c0c90 | |
parent | ba5992fe9ac1708c812ec65bff3270bba17f1e1b [diff] |
Modify configure to determine return value of strerror_r. On glibc and Android's bionic, strerror_r returns char* when _GNU_SOURCE is defined. Add a configure check for this rather than assume glibc is the only libc that behaves this way.