]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Export __cxa_atexit and __cxa_finalize.
authorUlrich Drepper <drepper@redhat.com>
Mon, 27 Dec 1999 21:53:44 +0000 (21:53 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 27 Dec 1999 21:53:44 +0000 (21:53 +0000)
stdlib/Versions

index 9536e3240e888579b2820ccb8730ad34a32ea79e..034125a200ecbb61668d4a9518da95ae2baa00ad 100644 (file)
@@ -90,4 +90,8 @@ libc {
     # i*
     imaxabs; imaxdiv;
   }
+  GLIBC_2.1.3 {
+    # used by new G++ ABI
+    __cxa_atexit; __cxa_finalize;
+  }
 }