[rtems commit] libdl: Update the comments.
Chris Johns
chrisj at rtems.org
Wed Nov 19 23:20:04 UTC 2014
Module: rtems
Branch: master
Commit: 2ae58c695fc965f5f2f203907d38ed0aa183f1de
Changeset: http://git.rtems.org/rtems/commit/?id=2ae58c695fc965f5f2f203907d38ed0aa183f1de
Author: Chris Johns <chrisj at rtems.org>
Date: Thu Nov 20 10:19:46 2014 +1100
libdl: Update the comments.
See refs #2191.
---
cpukit/libdl/rtl-allocator.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/cpukit/libdl/rtl-allocator.c b/cpukit/libdl/rtl-allocator.c
index d5cc443..9880940 100644
--- a/cpukit/libdl/rtl-allocator.c
+++ b/cpukit/libdl/rtl-allocator.c
@@ -53,7 +53,8 @@ rtems_rtl_alloc_new (rtems_rtl_alloc_tag_t tag, size_t size, bool zero)
void* address = NULL;
/*
- * Obtain memory from the allocator.
+ * Obtain memory from the allocator. The address field is set by the
+ * allocator.
*/
if (rtl)
rtl->allocator.allocator (true, tag, &address, size);
More information about the vc
mailing list