X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fmemchr.texi;h=4a793de55b0b4561c76703a1485d23def5d474b1;hb=54b5ce0e1a4f6a4af37f970e45e6e173e5b0a1c6;hp=f24ab0d89f8ee519ef6fc0bd34248cfdfb486ba8;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/memchr.texi b/doc/posix-functions/memchr.texi index f24ab0d89..4a793de55 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, Alpha. @end itemize Portability problems not fixed by Gnulib: