From: Ulrich Drepper Date: Mon, 27 Dec 1999 21:53:44 +0000 (+0000) Subject: Export __cxa_atexit and __cxa_finalize. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f41a9b306938e4cc76e2d3342b7d4fefa4b59b8c;p=thirdparty%2Fglibc.git Export __cxa_atexit and __cxa_finalize. --- diff --git a/stdlib/Versions b/stdlib/Versions index 9536e3240e8..034125a200e 100644 --- a/stdlib/Versions +++ b/stdlib/Versions @@ -90,4 +90,8 @@ libc { # i* imaxabs; imaxdiv; } + GLIBC_2.1.3 { + # used by new G++ ABI + __cxa_atexit; __cxa_finalize; + } }