summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-12-08 06:55:03 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-12-08 06:55:03 +0000
commit3f77f7189f2ae708994e703e2681e3243083963b (patch)
tree8757394a8c4ac51c00fc8bc42c15a52ec293e840 /cpukit
parentRemove local extern _Timer_Ticks_chain. (diff)
downloadrtems-3f77f7189f2ae708994e703e2681e3243083963b.tar.bz2
2006-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/src/timerserverfirewhen.c: Remove local extern _Timer_Seconds_chain. * rtems/src/timerserverfireafter.c: Remove local extern _Timer_Ticks_chain.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index e2335f2bde..0076d2490f 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2006-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * rtems/src/timerserverfirewhen.c: Remove local
+ extern _Timer_Seconds_chain.
+ * rtems/src/timerserverfireafter.c: Remove local
+ extern _Timer_Ticks_chain.
+
2006-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/include/rtems/score/object.h, score/src/objectclearname.c,