summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-01-08 17:53:21 +0000
committerJim Meyering <jim@meyering.net>2000-01-08 17:53:21 +0000
commitd486a2e7440774ba90f497279d37ab84cb1e24bf (patch)
tree4e9eba7e55cb3398bf3bb18488f45e09c1cfbc4c
parent6752f5570a3a0d24e40f20443df99e260fa9ddc9 (diff)
downloadcoreutils-d486a2e7440774ba90f497279d37ab84cb1e24bf.tar.xz
*** empty log message ***
-rw-r--r--m4/strerror_r.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/strerror_r.m4 b/m4/strerror_r.m4
index 6f8bd25f7..6add64449 100644
--- a/m4/strerror_r.m4
+++ b/m4/strerror_r.m4
@@ -5,6 +5,7 @@ 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 a scalar
dnl or an array, but that should be enough.
+dnl On at least DEC UNIX 4.0[A-D], strerror_r returns `int'.
dnl This is used by lib/error.c.
AC_DEFUN(jm_FUNC_STRERROR_R,