X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fmalloc.texi;h=48721e1f3685f405dfee8db3a322b33e30af04ea;hb=14b6d70139486b63e66257aad1abe2a9615f4d96;hp=a8ab879494dd83b26b5d6c27ddd94aa459d67cf4;hpb=09ef7461110822a3970aa8eebcfaa740996a82f2;p=gnulib.git diff --git a/doc/posix-functions/malloc.texi b/doc/posix-functions/malloc.texi index a8ab87949..48721e1f3 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/onlinepubs/9699919799/functions/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 +@item @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)}.