Skip to content

Commit c8bebd7

Browse files
Update atexit.cpp
1 parent 16a3922 commit c8bebd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc/src/stdlib/atexit.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Mutex handler_list_mtx(false, false, false, false);
1919
[[gnu::weak]] extern void teardown_main_tls();
2020

2121
extern "C" {
22+
2223
int __cxa_atexit(AtExitCallback *callback, void *payload, void *) {
2324
return add_atexit_unit(atexit_callbacks, {callback, payload});
2425
}

0 commit comments

Comments
 (0)