From: Ulrich Drepper Date: Tue, 21 Mar 2000 05:09:36 +0000 (+0000) Subject: Add prototype for __cxa_atexit. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df224e2998b8a2689f5bf259119950f8ce61b90e;p=thirdparty%2Fglibc.git Add prototype for __cxa_atexit. --- 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