Remove __new_exitfn.

This commit is contained in:
Ulrich Drepper 2001-03-05 20:43:07 +00:00
parent 647dd1edeb
commit 62e41a4675
1 changed files with 0 additions and 4 deletions

View 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;
}
}