summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2010-08-24 14:29:55 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2010-08-24 14:29:55 +0000
commit69f2a078c876de5eb13c2f2eb440160b849dff15 (patch)
tree570055f609424cf8574ce9807328d28b7416d0d8 /cpukit/ChangeLog
parent2010-08-24 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-69f2a078c876de5eb13c2f2eb440160b849dff15.tar.bz2
2010-08-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1673/cpukit * sapi/src/chainappendnotify.c, sapi/src/chaingetnotify.c, sapi/src/chaingetwait.c, sapi/src/chainprependnotify.c: New files. * sapi/Makefile.am: Reflect changes above. * sapi/include/rtems/chain.h: Declare rtems_chain_append_with_notification(), rtems_chain_prepend_with_notification(), rtems_chain_get_with_notification(), and rtems_chain_get_with_wait(). * sapi/inline/rtems/chain.inl: Define rtems_chain_append_with_empty_check(), rtems_chain_prepend_with_empty_check(), and rtems_chain_get_with_empty_check().
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 2a9b77a898..dabc6e9c81 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,18 @@
+2010-08-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ PR 1673/cpukit
+ * sapi/src/chainappendnotify.c, sapi/src/chaingetnotify.c,
+ sapi/src/chaingetwait.c, sapi/src/chainprependnotify.c: New files.
+ * sapi/Makefile.am: Reflect changes above.
+ * sapi/include/rtems/chain.h: Declare
+ rtems_chain_append_with_notification(),
+ rtems_chain_prepend_with_notification(),
+ rtems_chain_get_with_notification(), and rtems_chain_get_with_wait().
+ * sapi/inline/rtems/chain.inl: Define
+ rtems_chain_append_with_empty_check(),
+ rtems_chain_prepend_with_empty_check(), and
+ rtems_chain_get_with_empty_check().
+
2010-08-24 Ralf Corsépius <ralf.corsepius@rtems.org>
* libmisc/untar/untar.c: Return if open fails.