From a6a478e9f927835469cd1b770f395df640966c49 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 20 Mar 2000 07:07:18 +0000 Subject: Update. * include/stdlib.h: Add prototype for __cxa_atexit. --- include/stdlib.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 -- cgit v1.2.3