summaryrefslogtreecommitdiff
path: root/doc/posix-functions/memchr.texi
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2010-09-14 13:43:07 -0600
committerEric Blake <eblake@redhat.com>2010-09-14 14:49:34 -0600
commit017b0b20b432df707718a19443d9435870f0b3c7 (patch)
treef013c9f05959f200cf429fef99e434d9a94c109c /doc/posix-functions/memchr.texi
parent93785052e7a8c1ca5f263a39c3e77286f487e22d (diff)
downloadgnulib-017b0b20b432df707718a19443d9435870f0b3c7.tar.gz
memchr: detect glibc Alpha bug
Avoids http://sourceware.org/bugzilla/show_bug.cgi?id=12019. * m4/memchr.m4 (gl_FUNC_MEMCHR): Detect glibc 2.11.2 failure on Alpha. * doc/posix-functions/memchr.texi (memchr): Tweak wording. * tests/test-memchr.c (main): Enhance test. Reported by Nelson H. F. Beebe. Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'doc/posix-functions/memchr.texi')
-rw-r--r--doc/posix-functions/memchr.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/memchr.texi b/doc/posix-functions/memchr.texi
index 69b693a75a..3c9cfcb9d2 100644
--- a/doc/posix-functions/memchr.texi
+++ b/doc/posix-functions/memchr.texi
@@ -13,7 +13,7 @@ This function is missing on some older platforms.
@item
This function dereferences too much memory on some platforms:
-glibc 2.10 on x86_64, IA-64, Alpha.
+glibc 2.10 on x86_64, IA-64; glibc 2.11 on Alpha.
@end itemize
Portability problems not fixed by Gnulib: