X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fmemchr.texi;h=68a15a23f6ba350d9ffedbc7e92aff661550cbfb;hb=6e5f53c09490a510344a65d26f5e3989a048fcdf;hp=f24ab0d89f8ee519ef6fc0bd34248cfdfb486ba8;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/memchr.texi b/doc/posix-functions/memchr.texi index f24ab0d89..68a15a23f 100644 --- a/doc/posix-functions/memchr.texi +++ b/doc/posix-functions/memchr.texi @@ -2,11 +2,18 @@ @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 +Gnulib module: memchr or memchr-obsolete -Portability problems fixed by Gnulib: +Portability problems fixed by either Gnulib module @code{memchr} or @code{memchr-obsolete}: +@itemize +@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 fixed by Gnulib module @code{memchr-obsolete}: @itemize @item This function is missing on some older platforms.