Changeset 6cd05d2 in rtems for cpukit/ChangeLog


Ignore:
Timestamp:
03/30/04 15:23:50 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
e0f75b1
Parents:
6855663
Message:

2004-03-30 Ralf Corsepius <ralf_corsepius@…>

  • rtems/include/rtems/rtems/region.h: Include stddef.h for size_t. (rtems_region_get_segment_size): Use size_t instead of uint32_t for "size" (3rd arg).
  • rtems/src/regiongetsegmentsize.c: Reflect changes above.
  • libcsupport/src/malloc.c: Reflect changes above.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/ChangeLog

    r6855663 r6cd05d2  
     12004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
     2
     3        * rtems/include/rtems/rtems/region.h:
     4        Include stddef.h for size_t.
     5        (rtems_region_get_segment_size):  Use size_t instead of uint32_t for "size" (3rd arg).
     6        * rtems/src/regiongetsegmentsize.c: Reflect changes above.
     7        * libcsupport/src/malloc.c: Reflect changes above.
     8
    192004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
    210
Note: See TracChangeset for help on using the changeset viewer.