changeset 6813:9da9906879e9

Tweak comment.
author Bruno Haible <bruno@clisp.org>
date Tue, 30 May 2006 20:28:36 +0000
parents f63adaadabfa
children 253ca3d7bd0e
files m4/strndup.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/strndup.m4
+++ b/m4/strndup.m4
@@ -13,7 +13,7 @@
 
   AC_CHECK_DECLS_ONCE([strndup])
 
-  # AIX 5.1 fails to add the terminating '\0'.
+  # AIX 4.3.3, AIX 5.1 have a function that fails to add the terminating '\0'.
   AC_CACHE_CHECK([for working strndup], gl_cv_func_strndup,
     [AC_RUN_IFELSE([
        AC_LANG_PROGRAM([#include <string.h>], [[