diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-03-05 20:43:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-03-05 20:43:07 +0000 |
commit | 62e41a4675a75fb41b2b77ce259cdc3479834384 (patch) | |
tree | 7d4f885a5cadacc066d520aa88742c4dca1308dc | |
parent | 647dd1edeb1ed5f334fa76a46ff73df47f733979 (diff) | |
download | glibc-62e41a4675a75fb41b2b77ce259cdc3479834384.zip glibc-62e41a4675a75fb41b2b77ce259cdc3479834384.tar.gz glibc-62e41a4675a75fb41b2b77ce259cdc3479834384.tar.bz2 |
Remove __new_exitfn.
-rw-r--r-- | stdlib/Versions | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/stdlib/Versions b/stdlib/Versions index c13ef27..034125a 100644 --- a/stdlib/Versions +++ b/stdlib/Versions @@ -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; - } } |