summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-08-28 23:20:01 +0200
committerBruno Haible <bruno@clisp.org>2010-08-28 23:20:27 +0200
commit1c8b757146bcec4a92e2d109cf8b96bbecd7738d (patch)
treea49c50208735f0cecf32f6aabff706a14c58c810 /doc
parentc4bc55104949ace9f44262616d5eecefa96f886d (diff)
downloadgnulib-1c8b757146bcec4a92e2d109cf8b96bbecd7738d.tar.gz
Rename module 'malloc' -> 'malloc-gnu'.
Diffstat (limited to 'doc')
-rw-r--r--doc/posix-functions/malloc.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/malloc.texi b/doc/posix-functions/malloc.texi
index 48721e1f36..ade4210522 100644
--- a/doc/posix-functions/malloc.texi
+++ b/doc/posix-functions/malloc.texi
@@ -20,6 +20,6 @@ Portability problems not fixed by Gnulib:
AIX 5.1, OSF/1 5.1.
@end itemize
-Extension: Gnulib provides a module @samp{malloc} that substitutes a
+Extension: Gnulib provides a module @samp{malloc-gnu} that substitutes a
@code{malloc} implementation that behaves more like the glibc implementation,
regarding the result of @code{malloc (0)}.