Changeset 45819022 in rtems for c/src/exec/score/src/thread.c


Ignore:
Timestamp:
08/16/95 19:42:41 (28 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
199fa36
Parents:
7285a016
Message:

bug fixes to make macro implementations work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/score/src/thread.c

    r7285a016 r45819022  
    1111 *  notice must appear in all copies of this file and its derivatives.
    1212 *
    13  *  $Id$
     13 *  thread.c,v 1.5 1995/07/31 22:22:38 joel Exp
    1414 */
    1515
     
    629629)
    630630{
    631   Thread_Control *the_thread;
    632   Objects_Locations      location;
     631  Thread_Control    *the_thread;
     632  Objects_Locations  location;
    633633
    634634  the_thread = _Thread_Get( id, &location );
     
    792792
    793793STATIC INLINE Thread_Control *_Thread_Get (
    794   Objects_Id  id,
    795   unsigned32 *location
     794  Objects_Id         id,
     795  Objects_Locations *location
    796796)
    797797{
Note: See TracChangeset for help on using the changeset viewer.