We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a3922 commit c8bebd7Copy full SHA for c8bebd7
libc/src/stdlib/atexit.cpp
@@ -19,6 +19,7 @@ Mutex handler_list_mtx(false, false, false, false);
19
[[gnu::weak]] extern void teardown_main_tls();
20
21
extern "C" {
22
+
23
int __cxa_atexit(AtExitCallback *callback, void *payload, void *) {
24
return add_atexit_unit(atexit_callbacks, {callback, payload});
25
}
0 commit comments