Changeset f0bc3835 in rtems


Ignore:
Timestamp:
02/06/07 13:40:57 (17 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
f629a8b
Parents:
a33a6e43
Message:

2007-02-06 Ralf Corsépius <ralf.corsepius@…>

  • score/inline/rtems/score/coremsg.inl: More size_t and consts.
Location:
cpukit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/ChangeLog

    ra33a6e43 rf0bc3835  
     12007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
     2
     3        * score/inline/rtems/score/coremsg.inl: More size_t and consts.
     4
    152007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
    26
  • cpukit/score/inline/rtems/score/coremsg.inl

    ra33a6e43 rf0bc3835  
    9393
    9494RTEMS_INLINE_ROUTINE void _CORE_message_queue_Copy_buffer (
    95   void      *source,
    96   void      *destination,
    97   uint32_t   size
     95  const void *source,
     96  void       *destination,
     97  size_t      size
    9898)
    9999{
Note: See TracChangeset for help on using the changeset viewer.