libdl: Add a comment.

See ref #2191.
This commit is contained in:
Chris Johns
2014-11-20 08:43:15 +11:00
parent 80590a8ecf
commit 4f1bbbfcdf

View File

@@ -52,6 +52,9 @@ rtems_rtl_alloc_new (rtems_rtl_alloc_tag_t tag, size_t size, bool zero)
rtems_rtl_data_t* rtl = rtems_rtl_lock ();
void* address = NULL;
/*
* Obtain memory from the allocator.
*/
if (rtl)
rtl->allocator.allocator (true, tag, &address, size);