Fixes compile errors with asprintf_l et al. not being defined:
In file included from /src/macosx/libproxy-0.4.11/libproxy/url.cpp:31:
In file included from /usr/bin/../lib/c++/v1/sstream:174:
In file included from /usr/bin/../lib/c++/v1/ostream:132:
/usr/bin/../lib/c++/v1/locale:1934:20: error: use of undeclared identifier
'asprintf_l'
__nc = asprintf_l(&__nb, _LIBCPP_GET_C_LOCALE, __fmt, (int)__iob.precision(), __v);
Original issue reported on code.google.com by john.maguire on 5 Feb 2014 at 3:35
Original issue reported on code.google.com by
john.maguire
on 5 Feb 2014 at 3:35Attachments: