changeset 2894:0ea5fa2d1f28

(jm_CHECK_DECLS): Also check for memrchr.
author Jim Meyering <jim@meyering.net>
date Sat, 21 Oct 2000 10:36:32 +0000
parents 3fe590d4d43e
children 89e7cf57fcc1
files m4/check-decl.m4
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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,