summaryrefslogtreecommitdiff
path: root/include/stdlib.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-03-20 07:07:18 +0000
committerUlrich Drepper <drepper@redhat.com>2000-03-20 07:07:18 +0000
commita6a478e9f927835469cd1b770f395df640966c49 (patch)
tree1d5c8a1733a4709eccfa952e0785691a6f59c433 /include/stdlib.h
parent41a173e1e3a19957dfbed6375e84b8a3363035a7 (diff)
Update.
* include/stdlib.h: Add prototype for __cxa_atexit.
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