X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fposix-functions%2Fmemchr.texi;h=3c9cfcb9d231c0bf924f10e8df05f90f1d50e76a;hb=017b0b20b432df707718a19443d9435870f0b3c7;hp=f24ab0d89f8ee519ef6fc0bd34248cfdfb486ba8;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/memchr.texi b/doc/posix-functions/memchr.texi index f24ab0d89..3c9cfcb9d 100644 --- a/doc/posix-functions/memchr.texi +++ b/doc/posix-functions/memchr.texi @@ -2,7 +2,7 @@ @section @code{memchr} @findex memchr -POSIX specification: @url{http://www.opengroup.org/susv3xsh/memchr.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/memchr.html} Gnulib module: memchr @@ -10,6 +10,10 @@ Portability problems fixed by Gnulib: @itemize @item 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; glibc 2.11 on Alpha. @end itemize Portability problems not fixed by Gnulib: