# HG changeset patch # User Jim Meyering # Date 947920061 0 # Node ID 80f2a2ba91ac1d7eadd7d5a47fc4bc89e2c032f2 # Parent b9195ae11a438094ff258ff49d615b751b2d4227 tweak comment diff --git a/m4/strerror_r.m4 b/m4/strerror_r.m4 --- a/m4/strerror_r.m4 +++ b/m4/strerror_r.m4 @@ -1,12 +1,12 @@ -#serial 1 +#serial 2 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 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. +dnl On at least DEC UNIX 4.0[A-D] and HP-UX B.10.20, strerror_r +dnl returns `int'. This is used by lib/error.c. AC_DEFUN(jm_FUNC_STRERROR_R, [