From df224e2998b8a2689f5bf259119950f8ce61b90e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 21 Mar 2000 05:09:36 +0000 Subject: [PATCH] Add prototype for __cxa_atexit. --- include/stdlib.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/stdlib.h b/include/stdlib.h index 187c4585d83..44ead8a6071 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -49,6 +49,9 @@ extern int __getpt __P ((void)); extern int __add_to_environ (const char *name, const char *value, const char *combines, int replace); + +extern int __cxa_atexit (void (*func) (void *), void *arg, void *d); + #endif #undef __Need_M_And_C -- 2.47.2