summaryrefslogtreecommitdiff
path: root/m4/check-decl.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-05-03 08:37:03 +0000
committerJim Meyering <jim@meyering.net>2000-05-03 08:37:03 +0000
commitcd8042a77cbb6d3f8bf69d4401fe87c6f9ceaed1 (patch)
tree6791592b683638e359adfad5ec72e38f1151e78a /m4/check-decl.m4
parent44bdb2f05a87562f27a1043a3bbefbf5a4c40ed7 (diff)
downloadcoreutils-cd8042a77cbb6d3f8bf69d4401fe87c6f9ceaed1.tar.xz
(AC_CHECK_DECLS): Add strndup.
Diffstat (limited to 'm4/check-decl.m4')
-rw-r--r--m4/check-decl.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/check-decl.m4 b/m4/check-decl.m4
index f9202eab7..e301e44f1 100644
--- 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 @@ AC_DEFUN(jm_CHECK_DECLS,
nanosleep,
realloc,
stpcpy,
+ strndup,
strstr,
strtoul,
strtoull,