Changeset 6e30d97 in rtems


Ignore:
Timestamp:
10/23/03 06:58:34 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
cb3cf606
Parents:
4be8e00
Message:

2003-10-23 Ralf Corsepius <corsepiu@…>

  • src/regiongetsegment.c: Remove unneccessary typecast in assignment to thread->Wait.return_argment.
Location:
cpukit/rtems
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/rtems/ChangeLog

    r4be8e00 r6e30d97  
     12003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * src/regiongetsegment.c: Remove unneccessary typecast in assignment
     4        to thread->Wait.return_argment.
     5
    162003-10-22      Joel Sherrill <joel@OARcorp.com>
    27
  • cpukit/rtems/src/regiongetsegment.c

    r4be8e00 r6e30d97  
    9999      executing->Wait.id              = id;
    100100      executing->Wait.count           = size;
    101       executing->Wait.return_argument = (unsigned32 *) segment;
     101      executing->Wait.return_argument = segment;
    102102
    103103      _Thread_queue_Enter_critical_section( &the_region->Wait_queue );
Note: See TracChangeset for help on using the changeset viewer.