From 8f03e86af70a8faa95ee6dbddb89c2e68492513e Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 1 Nov 2012 16:50:53 +0000 Subject: [PATCH] Add __cxa_atexit(); atexit() is now built on top of on_exit() git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5292 42af7a65-404d-4744-a932-0658087f49c3 --- configs/sim/cxxtest/defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/sim/cxxtest/defconfig b/configs/sim/cxxtest/defconfig index 5797c8d4c8b..d7f5efff5b8 100644 --- a/configs/sim/cxxtest/defconfig +++ b/configs/sim/cxxtest/defconfig @@ -136,7 +136,8 @@ CONFIG_SDCLONE_DISABLE=y # CONFIG_SCHED_WORKQUEUE is not set # CONFIG_SCHED_WAITPID is not set # CONFIG_SCHED_ATEXIT is not set -# CONFIG_SCHED_ONEXIT is not set +CONFIG_SCHED_ONEXIT=y +CONFIG_SCHED_ONEXIT_MAX=4 CONFIG_USER_ENTRYPOINT="cxxtest_main" CONFIG_DISABLE_OS_API=y # CONFIG_DISABLE_CLOCK is not set