From: Jim Meyering Date: Sat, 21 Oct 2000 10:36:32 +0000 (+0000) Subject: (jm_CHECK_DECLS): Also check for memrchr. X-Git-Tag: cvs-readonly~6279 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=0b61bd7a3a40441ef680ce0c3d563803a9e3a5d0;p=gnulib.git (jm_CHECK_DECLS): Also check for memrchr. --- diff --git a/m4/check-decl.m4 b/m4/check-decl.m4 index 94d9a8f93..a5560471f 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,