summaryrefslogtreecommitdiff
path: root/m4/check-decl.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-07-04 09:03:26 +0000
committerJim Meyering <jim@meyering.net>2000-07-04 09:03:26 +0000
commit030c059d49a81136ba997a56b9de5fa292f033bd (patch)
tree2c63fafc9d4b47db8dc7b23287c96f7e1e1708eb /m4/check-decl.m4
parent286c731efcd0e5e7e8870181b8e76dd21b1add70 (diff)
downloadcoreutils-030c059d49a81136ba997a56b9de5fa292f033bd.tar.xz
(AC_CHECK_DECLS): Add strnlen.
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 3c18b03f1..b53e013e6 100644
--- a/m4/check-decl.m4
+++ b/m4/check-decl.m4
@@ -1,4 +1,4 @@
-#serial 13
+#serial 14
dnl This is just a wrapper function to encapsulate this kludge.
dnl Putting it in a separate file like this helps share it between
@@ -56,6 +56,7 @@ AC_DEFUN(jm_CHECK_DECLS,
realloc,
stpcpy,
strndup,
+ strnlen,
strstr,
strtoul,
strtoull,