summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/thread.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-11-23 21:45:00 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-11-23 21:45:00 +0000
commit8af72bee23fe0d9a100d7cd71ca8ec25288fda02 (patch)
tree6cd239f4e2a9422f3cca9a0814ec02ec506f6bd2 /cpukit/score/include/rtems/score/thread.h
parent2003-11-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-8af72bee23fe0d9a100d7cd71ca8ec25288fda02.tar.bz2
2003-11-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 525/rtems * include/rtems/system.h: Use RTEMS_INLINES instead of USE_INLINES. * include/rtems/score/chain.h: Ditto. * include/rtems/score/thread.h: Ditto. * src/chain.c: Ditto. * src/coremutexseize.c: Ditto. * src/threadget.c: Ditto.
Diffstat (limited to 'cpukit/score/include/rtems/score/thread.h')
-rw-r--r--cpukit/score/include/rtems/score/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h
index ef4119301c..56b01dc2aa 100644
--- a/cpukit/score/include/rtems/score/thread.h
+++ b/cpukit/score/include/rtems/score/thread.h
@@ -741,7 +741,7 @@ boolean _Thread_Evaluate_mode( void );
* subroutine call.
*/
-#ifndef USE_INLINES
+#ifndef RTEMS_INLINES
Thread_Control *_Thread_Get (
Objects_Id id,
Objects_Locations *location