aboutsummaryrefslogtreecommitdiff
path: root/include/stdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stdlib.h')
-rw-r--r--include/stdlib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index 38fd33d7b3..edca2009e0 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -53,6 +53,8 @@ extern int __add_to_environ (const char *name, const char *value,
extern void _quicksort (void *const pbase, size_t total_elems,
size_t size, __compar_fn_t cmp);
+extern int __cxa_atexit (void (*func) (void *), void *arg, void *d);
+
#endif
#undef __Need_M_And_C