# HG changeset patch # User Jim Meyering # Date 972124592 0 # Node ID 0ea5fa2d1f287b2d8bcac6e35a144b96ef6fd356 # Parent 3fe590d4d43ee98654f5a8f76f4a77032a4051e2 (jm_CHECK_DECLS): Also check for memrchr. diff --git a/m4/check-decl.m4 b/m4/check-decl.m4 --- 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 @@ lseek, malloc, memchr, + memrchr, nanosleep, realloc, stpcpy,