summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-09-09 12:56:27 +0000
committerBruno Haible <bruno@clisp.org>2007-09-09 12:56:27 +0000
commit471d58a565341806b6ed60b3a4a68a40fb1c932d (patch)
treeee8b7725472638485aafb7483252f8f5908334b3 /doc
parente8b82791a9b8ebb792a6a40e0b0db3c1edf71f5d (diff)
downloadgnulib-471d58a565341806b6ed60b3a4a68a40fb1c932d.tar.gz
New module 'realloc-posix'.
Diffstat (limited to 'doc')
-rw-r--r--doc/functions/realloc.texi6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/functions/realloc.texi b/doc/functions/realloc.texi
index 84e20f97f6..58944d169b 100644
--- a/doc/functions/realloc.texi
+++ b/doc/functions/realloc.texi
@@ -4,10 +4,14 @@
POSIX specification: @url{http://www.opengroup.org/susv3xsh/realloc.html}
-Gnulib module: ---
+Gnulib module: realloc-posix
Portability problems fixed by Gnulib:
@itemize
+@item
+Upon failure, the function does not set @code{errno} to @code{ENOMEM} on
+some platforms:
+mingw.
@end itemize
Portability problems not fixed by Gnulib: