avoid some overlong lines from posix urls, etc.
[gnulib.git] / doc / posix-functions / realloc.texi
1 @node realloc
2 @section @code{realloc}
3 @findex realloc
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/realloc.html}
6
7 Gnulib module: realloc-posix
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 Upon failure, the function does not set @code{errno} to @code{ENOMEM} on
13 some platforms:
14 mingw.
15 @end itemize
16
17 Portability problems not fixed by Gnulib:
18 @itemize
19 @end itemize
20
21 Extension: Gnulib provides a module @samp{realloc} that substitutes a
22 @code{realloc} implementation that behaves more like the glibc implementation.