summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-20 21:12:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-20 21:12:59 +0000
commitdb03bcc17cffe8c86172452755f64e5505e9219d (patch)
tree18e5b4e0d3654787b8111fcd5544ee713cb389e5 /cpukit/ChangeLog
parent2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-db03bcc17cffe8c86172452755f64e5505e9219d.tar.bz2
2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1340/cpukit * sapi/inline/rtems/chain.inl: Add rtems_chain_initialize to public chain API.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 49bf76404c..b5deb15134 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com>
+ PR 1340/cpukit
+ * sapi/inline/rtems/chain.inl: Add rtems_chain_initialize to public
+ chain API.
+
+2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* score/include/rtems/score/heap.h,
score/include/rtems/score/protectedheap.h,
score/include/rtems/score/wkspace.h, score/src/heap.c,