LibC: add __cxa_at_exit() for libc

This commit is contained in:
2023-06-02 17:49:21 +03:00
parent 3a69768eb0
commit 2207357b93
2 changed files with 36 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ set(LIBC_SOURCES
termios.cpp
unistd.cpp
math.S
icxxabi.cpp
)
add_custom_target(libc-headers