summaryrefslogtreecommitdiff
path: root/nuttx/include/cxx/cstdlib
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/cxx/cstdlib')
-rwxr-xr-xnuttx/include/cxx/cstdlib9
1 files changed, 7 insertions, 2 deletions
diff --git a/nuttx/include/cxx/cstdlib b/nuttx/include/cxx/cstdlib
index 06bb10fc4..522f3fdb1 100755
--- a/nuttx/include/cxx/cstdlib
+++ b/nuttx/include/cxx/cstdlib
@@ -1,8 +1,8 @@
//***************************************************************************
// include/cxx/cstdlib
//
-// Copyright (C) 2009 Gregory Nutt. All rights reserved.
-// Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+// Copyright (C) 2009, 2012 Gregory Nutt. All rights reserved.
+// Author: Gregory Nutt <gnutt@nuttx.org>
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
@@ -62,7 +62,12 @@ namespace std
using ::exit;
using ::abort;
+#ifdef CONFIG_SCHED_ATEXIT
using ::atexit;
+#endif
+#ifdef CONFIG_SCHED_ONEXIT
+ using ::on_exit;
+#endif
using ::strtol;
using ::strtod;