From 20324504d5997b2ddad85ec3bfa91544c09edd2a Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 1 Aug 2012 17:47:54 +0000 Subject: atexit() and on_exit() may now be configured to support multiple exit callbacks git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4995 7fd9a85b-ad96-42d3-883c-3090e2eb8679 --- nuttx/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nuttx/ChangeLog') diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index 3684728eb..3dc1dc527 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -3096,4 +3096,7 @@ * arch/*/src/*_serial.c: Fix ioctl method return values. Theses methods should return a negated errno value; they should not set the errno variable. + * sched/on_exit.c, sched/task_exithook.c, and include/nuttx/sched.c: Add + support for multiple registered on_exit() functions if CONFIG_SCHED_ONEXIT_MAX + is defined. -- cgit v1.2.3