summaryrefslogtreecommitdiff
path: root/m4/strerror_r.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-01-08 16:31:29 +0000
committerJim Meyering <jim@meyering.net>2000-01-08 16:31:29 +0000
commit24552d14072b435cf47c5b6da7262bcb43578046 (patch)
tree9e435bfe42e1980ce48630aacf4f2917bacd9998 /m4/strerror_r.m4
parentdaceb50a3ec9cc2768b4849489cb33cf34fedcaa (diff)
downloadgnulib-24552d14072b435cf47c5b6da7262bcb43578046.tar.gz
*** empty log message ***
Diffstat (limited to 'm4/strerror_r.m4')
-rw-r--r--m4/strerror_r.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/strerror_r.m4 b/m4/strerror_r.m4
index e886b5cc5b..6f8bd25f76 100644
--- a/m4/strerror_r.m4
+++ b/m4/strerror_r.m4
@@ -3,8 +3,8 @@
dnl From Jim Meyering.
dnl Determine whether the strerror_r implementation is one of
dnl the broken ones that returns `int' rather than `char*'.
-dnl Actually, this tests only whether it returns an array,
-dnl but that should be enough.
+dnl Actually, this tests only whether it returns a scalar
+dnl or an array, but that should be enough.
dnl This is used by lib/error.c.
AC_DEFUN(jm_FUNC_STRERROR_R,