From: Jim Meyering Date: Tue, 4 Jul 2000 09:03:26 +0000 (+0000) Subject: (AC_CHECK_DECLS): Add strnlen. X-Git-Tag: cvs-readonly~6474 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=73105ae2e9fc4b8a1690d7ed8f77c31fb5c70b0b;p=gnulib.git (AC_CHECK_DECLS): Add strnlen. --- 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,