From f4d52cd74c915219a892e3d4668b3a55857f749f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 19 Apr 1996 19:36:59 +0000 Subject: changes to compile in macro configuration without warnings. --- c/src/exec/score/include/rtems/score/thread.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'c/src/exec/score/include/rtems/score/thread.h') diff --git a/c/src/exec/score/include/rtems/score/thread.h b/c/src/exec/score/include/rtems/score/thread.h index 8abf7c3584..74399545b9 100644 --- a/c/src/exec/score/include/rtems/score/thread.h +++ b/c/src/exec/score/include/rtems/score/thread.h @@ -544,6 +544,20 @@ void _Thread_Set_priority( boolean _Thread_Evaluate_mode( void ); +/* + * _Thread_Get + * + * NOTE: If we are not using static inlines, this must be a real + * subroutine call. + */ + +#ifndef USE_INLINES +Thread_Control *_Thread_Get ( + Objects_Id id, + Objects_Locations *location +); +#endif + /* * _Thread_Idle_body * -- cgit v1.2.3