]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Mention HAVE_WORKING_STRERROR_R -> STRERROR_R_CHAR_P.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 22 Oct 2001 17:51:16 +0000 (17:51 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 22 Oct 2001 17:51:16 +0000 (17:51 +0000)
NEWS

diff --git a/NEWS b/NEWS
index a1408b4194598bfa396369be36bbf8041ee5335d..fed4c8d54c962a102a28e1d67aacbd9305583af2 100644 (file)
--- a/NEWS
+++ b/NEWS
   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 *.
+
 \f
 * Major changes in Autoconf 2.52
 ** Documentation