summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-01 16:50:53 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-01 16:50:53 +0000
commit43f7ddc7d410a4982ec78cc45cc413a3270d1b52 (patch)
tree6047f392552b62c0d5f6e7aabe95266b5f2ef0cf /nuttx/configs
parent86e0e99187f2074474404662a4e7cee3d2c5f2da (diff)
downloadpx4-nuttx-43f7ddc7d410a4982ec78cc45cc413a3270d1b52.tar.gz
px4-nuttx-43f7ddc7d410a4982ec78cc45cc413a3270d1b52.tar.bz2
px4-nuttx-43f7ddc7d410a4982ec78cc45cc413a3270d1b52.zip
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
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/sim/cxxtest/defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/configs/sim/cxxtest/defconfig b/nuttx/configs/sim/cxxtest/defconfig
index 5797c8d4c..d7f5efff5 100644
--- a/nuttx/configs/sim/cxxtest/defconfig
+++ b/nuttx/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