Changeset 4f1bbbfc in rtems


Ignore:
Timestamp:
11/19/14 21:43:15 (9 years ago)
Author:
Chris Johns <chrisj@…>
Branches:
4.11, 5, master
Children:
fc523ac8
Parents:
80590a8
Message:

libdl: Add a comment.

See ref #2191.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libdl/rtl-allocator.c

    r80590a8 r4f1bbbfc  
    5353  void*             address = NULL;
    5454
     55  /*
     56   * Obtain memory from the allocator.
     57   */
    5558  if (rtl)
    5659    rtl->allocator.allocator (true, tag, &address, size);
Note: See TracChangeset for help on using the changeset viewer.