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