Files
ladybird/Libraries/LibC
Andrew Kaster 824bbc7462 LibC: Support exit time destructors per the Itanium C++ ABI
Implement __cxa_atexit and __cxa_finalize per the Itanium spec,
and convert stdlib's atexit and exit() to to call them instead of
a custom 'C-only' atexit implementation.
2019-12-22 10:47:39 +01:00
..
2019-11-16 16:27:48 +01:00
2019-10-03 08:18:05 +02:00
2019-11-18 08:55:45 +01:00
2019-11-16 12:50:50 +01:00
2019-11-16 17:29:09 +01:00