changeset 2464:d332f87cc333

(AC_CHECK_DECLS): Add strndup.
author Jim Meyering <jim@meyering.net>
date Wed, 03 May 2000 08:37:03 +0000
parents 8c3ec4d66877
children 25a73ffdc1a3
files m4/check-decl.m4
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/check-decl.m4
+++ b/m4/check-decl.m4
@@ -1,4 +1,4 @@
-#serial 10
+#serial 11
 
 dnl This is just a wrapper function to encapsulate this kludge.
 dnl Putting it in a separate file like this helps share it between
@@ -55,6 +55,7 @@
     nanosleep,
     realloc,
     stpcpy,
+    strndup,
     strstr,
     strtoul,
     strtoull,