X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fmalloc.texi;h=bd2a8cf5d43789505e63aff21e0694eee111df52;hb=11639c694b44a9869f00e3ce6ad58e932a95cbfa;hp=0b8cd0d2b407fb25f9e2323a9b08a31d5395ca55;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/malloc.texi b/doc/posix-functions/malloc.texi index 0b8cd0d2b..bd2a8cf5d 100644 --- a/doc/posix-functions/malloc.texi +++ b/doc/posix-functions/malloc.texi @@ -2,7 +2,7 @@ @section @code{malloc} @findex malloc -POSIX specification: @url{http://www.opengroup.org/susv3xsh/malloc.html} +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/malloc.html} Gnulib module: malloc-posix @@ -16,7 +16,10 @@ mingw. Portability problems not fixed by Gnulib: @itemize +@code{malloc (0)} always returns a NULL pointer on some platforms: +AIX 5.1, OSF/1 5.1. @end itemize Extension: Gnulib provides a module @samp{malloc} that substitutes a -@code{malloc} implementation that behaves more like the glibc implementation. +@code{malloc} implementation that behaves more like the glibc implementation, +regarding the result of @code{malloc (0)}.