Remove __new_exitfn.
authorUlrich Drepper <drepper@redhat.com>
Mon, 5 Mar 2001 20:43:07 +0000 (20:43 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 5 Mar 2001 20:43:07 +0000 (20:43 +0000)
stdlib/Versions

index c13ef27..034125a 100644 (file)
@@ -94,8 +94,4 @@ libc {
     # used by new G++ ABI
     __cxa_atexit; __cxa_finalize;
   }
-  GLIBC_2.2.3 {
-    # Used by atexit in libc_nonshared.
-    __new_exitfn;
-  }
 }