]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
.
authorJim Meyering <meyering@lucent.com>
Sun, 28 May 2000 16:21:08 +0000 (16:21 +0000)
committerJim Meyering <meyering@lucent.com>
Sun, 28 May 2000 16:21:08 +0000 (16:21 +0000)
ChangeLog

index dc2f06cc4a4c4513fb5b56c83a13272ced1fedc0..a4d1d9f36df22880433cd0586cb78d47b45ea91a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2000-05-28  Jim Meyering  <meyering@lucent.com>
 
+       * acspecific.m4 (AC_FUNC_STRERROR_R): Call strerror_r with 2nd arg
+       of type char*, not int.  Suggestion from Paul Eggert.
+
        * doc/autoconf.texi (Particular Functions): Give better description of
        AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.  From Paul Eggert.