summaryrefslogtreecommitdiffstats
path: root/cpukit/score/ChangeLog
diff options
context:
space:
mode:
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>