Changeset 6e30d97 in rtems
- Timestamp:
- 10/23/03 06:58:34 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- cb3cf606
- Parents:
- 4be8e00
- Location:
- cpukit/rtems
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/rtems/ChangeLog
r4be8e00 r6e30d97 1 2003-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 1 6 2003-10-22 Joel Sherrill <joel@OARcorp.com> 2 7 -
cpukit/rtems/src/regiongetsegment.c
r4be8e00 r6e30d97 99 99 executing->Wait.id = id; 100 100 executing->Wait.count = size; 101 executing->Wait.return_argument = (unsigned32 *)segment;101 executing->Wait.return_argument = segment; 102 102 103 103 _Thread_queue_Enter_critical_section( &the_region->Wait_queue );
Note: See TracChangeset
for help on using the changeset viewer.