From: Jim Meyering Date: Sat, 21 Oct 2000 10:36:32 +0000 (+0000) Subject: (jm_CHECK_DECLS): Also check for memrchr. X-Git-Tag: TEXTUTILS-2_0_8~53 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=e46f105350626e7e7946b7ccbee302774dbc165b;p=thirdparty%2Fcoreutils.git (jm_CHECK_DECLS): Also check for memrchr. --- diff --git a/m4/check-decl.m4 b/m4/check-decl.m4 index 94d9a8f936..a5560471f2 100644 --- a/m4/check-decl.m4 +++ b/m4/check-decl.m4 @@ -1,4 +1,4 @@ -#serial 15 +#serial 16 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, lseek, malloc, memchr, + memrchr, nanosleep, realloc, stpcpy,