Add prototype for __cxa_atexit.

This commit is contained in:
Ulrich Drepper 2000-03-21 05:09:36 +00:00
parent 06c07ea152
commit df224e2998

View File

@ -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