summaryrefslogtreecommitdiffstats
path: root/cpukit/score/ChangeLog
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/ChangeLog
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/ChangeLog')
-rw-r--r--cpukit/score/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/cpukit/score/ChangeLog b/cpukit/score/ChangeLog
index 571c2ca787..ace25b27c3 100644
--- a/cpukit/score/ChangeLog
+++ b/cpukit/score/ChangeLog
@@ -1,5 +1,15 @@
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.
+
+2003-11-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* Makefile.am: Don't use gmake to preinstall.
2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>