]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add prototype for __cxa_atexit.
authorUlrich Drepper <drepper@redhat.com>
Tue, 21 Mar 2000 05:09:36 +0000 (05:09 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 21 Mar 2000 05:09:36 +0000 (05:09 +0000)
include/stdlib.h

index 187c4585d8328305a374f8ea857147b7273551bb..44ead8a6071d37cc390e000f5ce186650cf45cc0 100644 (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