summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-06-14 23:40:38 +0200
committerBruno Haible <bruno@clisp.org>2009-06-14 23:40:38 +0200
commit3ad7edd60e7fbc0f21ebda351fed502376135cf6 (patch)
treef1ea25d7a54bc573755f26953423cbd0e8cbb1a2 /m4
parent7cf183c33ef0c792b5c93dbb4ac5b7858ee03986 (diff)
downloadgnulib-3ad7edd60e7fbc0f21ebda351fed502376135cf6.tar.gz
Mention also the glibc bug on IA-64.
Diffstat (limited to 'm4')
-rw-r--r--m4/memchr.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/memchr.m4 b/m4/memchr.m4
index bcfe869c50..0f899d21ea 100644
--- a/m4/memchr.m4
+++ b/m4/memchr.m4
@@ -25,6 +25,7 @@ AC_DEFUN([gl_FUNC_MEMCHR],
# http://bugzilla.redhat.com/499689
# memchr should not dereference overestimated length after a match
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521737
+ # http://sourceware.org/bugzilla/show_bug.cgi?id=10162
# Assume that memchr works on platforms that lack mprotect.
AC_CACHE_CHECK([whether memchr works], [gl_cv_func_memchr_works],
[AC_RUN_IFELSE([AC_LANG_PROGRAM([[