add dummy __cxa_finalize
authorRich Felker <dalias@aerifal.cx>
Sat, 15 Oct 2011 03:31:04 +0000 (23:31 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 15 Oct 2011 03:31:04 +0000 (23:31 -0400)
commit14f2e115c2a1ee473ec8f28b1e804329f6a4d765
treee154a793f837406ac426a50b47c799447c993d69
parentb7c683be35586f671d91c9883c9a41920938df9b
add dummy __cxa_finalize

musl's dynamic linker does not support unloading dsos, so there's
nothing for this function to do. adding the symbol in case anything
depends on its presence..
src/exit/atexit.c