X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fcalloc.texi;h=fd41e78929c7fa92a9e965e2b001f61f871da326;hb=2408f02086a20c0a02241cd4a1cf11f126a95fe3;hp=7c04faa3d86e8c93811f69895886a904eb356915;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/calloc.texi b/doc/posix-functions/calloc.texi index 7c04faa3d..fd41e7892 100644 --- a/doc/posix-functions/calloc.texi +++ b/doc/posix-functions/calloc.texi @@ -2,7 +2,7 @@ @section @code{calloc} @findex calloc -POSIX specification: @url{http://www.opengroup.org/susv3xsh/calloc.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/calloc.html} Gnulib module: calloc-posix @@ -11,12 +11,12 @@ Portability problems fixed by Gnulib: @item Upon failure, the function does not set @code{errno} to @code{ENOMEM} on some platforms: -mingw. +mingw, MSVC 9. @end itemize Portability problems not fixed by Gnulib: @itemize @end itemize -Extension: Gnulib provides a module @samp{calloc} that substitutes a +Extension: Gnulib provides a module @samp{calloc-gnu} that substitutes a @code{calloc} implementation that behaves more like the glibc implementation.