From 69f2a078c876de5eb13c2f2eb440160b849dff15 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 24 Aug 2010 14:29:55 +0000 Subject: 2010-08-24 Sebastian Huber 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(). --- cpukit/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'cpukit/ChangeLog') 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 + + 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 * libmisc/untar/untar.c: Return if open fails. -- cgit v1.2.3