From: Paul Eggert Date: Mon, 22 Oct 2001 17:51:16 +0000 (+0000) Subject: Mention HAVE_WORKING_STRERROR_R -> STRERROR_R_CHAR_P. X-Git-Tag: AUTOCONF-2.52f~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7d7f60f97618e0bf381c123db4e1d4867b414a3;p=thirdparty%2Fautoconf.git Mention HAVE_WORKING_STRERROR_R -> STRERROR_R_CHAR_P. --- diff --git a/NEWS b/NEWS index a1408b419..fed4c8d54 100644 --- a/NEWS +++ b/NEWS @@ -62,6 +62,10 @@ ac_top_builddir, ac_srcpath, ac_top_srcpath, ac_buildpath, ac_top_buildpath. +** Library macros +- AC_FUNC_STRERROR_R now sets STRERROR_R_CHAR_P, not HAVE_WORKING_STRERROR_R, + because POSIX 1003.1-200x draft 7 says strerror_r returns int, not char *. + * Major changes in Autoconf 2.52 ** Documentation