summaryrefslogtreecommitdiffstats
path: root/doc/posix_users/libc.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-04 23:33:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-04 23:33:46 +0000
commitea6af4f25d50d9985d6f340cdffe5bcf8f98cd4b (patch)
tree370f5d7c42ef88d629f28eb380e2a42b099f75aa /doc/posix_users/libc.t
parentAdded timer manager. (diff)
downloadrtems-ea6af4f25d50d9985d6f340cdffe5bcf8f98cd4b.tar.bz2
Updated dates and miscellaneous.
Diffstat (limited to 'doc/posix_users/libc.t')
-rw-r--r--doc/posix_users/libc.t4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/posix_users/libc.t b/doc/posix_users/libc.t
index d373b01abc..43f40e28bb 100644
--- a/doc/posix_users/libc.t
+++ b/doc/posix_users/libc.t
@@ -32,7 +32,9 @@ This section lists the routines that provided by the Newlib C Library.
@item @code{getenv} - Look up environment variable
@item @code{labs} - Long integer absolute value (magnitude)
@item @code{ldiv} - Divide two long integers
-@item @code{malloc} - Allocate and manage memory (malloc, realloc, free)
+@item @code{malloc} - Allocate memory
+@item @code{realloc} - Reallocate memory
+@item @code{free} - Free previously allocated memory
@item @code{mallinfo} - Get information about allocated memory
@item @code{__malloc_lock} - Lock memory pool for malloc and free
@item @code{mbstowcs} - Minimal multibyte string to wide string converter