X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fmemchr.texi;h=68a15a23f6ba350d9ffedbc7e92aff661550cbfb;hb=6e5f53c09490a510344a65d26f5e3989a048fcdf;hp=4a793de55b0b4561c76703a1485d23def5d474b1;hpb=3ad7edd60e7fbc0f21ebda351fed502376135cf6;p=gnulib.git diff --git a/doc/posix-functions/memchr.texi b/doc/posix-functions/memchr.texi index 4a793de55..68a15a23f 100644 --- a/doc/posix-functions/memchr.texi +++ b/doc/posix-functions/memchr.texi @@ -2,18 +2,21 @@ @section @code{memchr} @findex memchr -POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/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 is missing on some older platforms. +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 dereferences too much memory on some platforms: -glibc 2.10 on x86_64, IA-64, Alpha. +This function is missing on some older platforms. @end itemize Portability problems not fixed by Gnulib: