musl/src/exit
Rich Felker 14f2e115c2 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..
2011-10-14 23:31:04 -04:00
..
_Exit.c consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix 2011-04-06 20:32:53 -04:00
abort.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
assert.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
atexit.c add dummy __cxa_finalize 2011-10-14 23:31:04 -04:00
exit.c simplify atexit and fflush-on-exit handling 2011-10-14 23:00:24 -04:00