summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/system.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/system.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/system.h')
-rw-r--r--cpukit/score/include/rtems/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/system.h b/cpukit/score/include/rtems/system.h
index 7a9c3c5dfb..b6a8f95253 100644
--- a/cpukit/score/include/rtems/system.h
+++ b/cpukit/score/include/rtems/system.h
@@ -91,7 +91,7 @@ extern "C" {
* type checking with no cost in code size or execution speed.
*/
-#ifdef USE_INLINES
+#ifdef RTEMS_INLINES
# ifdef __GNUC__
# define RTEMS_INLINE_ROUTINE static __inline__
# else