diff options
author | Jim Meyering <jim@meyering.net> | 2000-01-15 07:07:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-01-15 07:07:41 +0000 |
commit | 9bb0428a5925c585651de52a4bface6c1fcaa844 (patch) | |
tree | 5f06e98ad8f8fd76c5976ba4507bbad48630102c | |
parent | cf0a18b69d616d4dfccefb73f98c7f2512581e7b (diff) | |
download | coreutils-9bb0428a5925c585651de52a4bface6c1fcaa844.tar.xz |
tweak comment
-rw-r--r-- | m4/strerror_r.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/strerror_r.m4 b/m4/strerror_r.m4 index 6add64449..410dfdfa2 100644 --- 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, [ |