support __cxa_atexit, and registering atexit functions from atexit handlers
[musl] / src / env / __libc_csu_fini.c
1 #include "libc.h"
2
3 void __libc_csu_fini()
4 {
5 }