From: Jim Meyering Date: Wed, 3 May 2000 08:37:03 +0000 (+0000) Subject: (AC_CHECK_DECLS): Add strndup. X-Git-Tag: v4.5.1~5020 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd8042a77cbb6d3f8bf69d4401fe87c6f9ceaed1;p=thirdparty%2Fcoreutils.git (AC_CHECK_DECLS): Add strndup. --- diff --git a/m4/check-decl.m4 b/m4/check-decl.m4 index f9202eab7e..e301e44f1a 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,