X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fstrerror_r.m4;h=410dfdfa2a65a6d3b7497303a4ac191cefe9262c;hb=1b9b4205c5955937331d9a6e50040037dda4df5d;hp=6f8bd25f76a66408c5d198b68001ec087b82f519;hpb=24552d14072b435cf47c5b6da7262bcb43578046;p=gnulib.git diff --git a/m4/strerror_r.m4 b/m4/strerror_r.m4 index 6f8bd25f7..410dfdfa2 100644 --- a/m4/strerror_r.m4 +++ b/m4/strerror_r.m4 @@ -1,11 +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 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, [