Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[libc] Fix atexit not getting linked on linux
Atexit needs to be linked into exit on linux since atexit defines __cxa_finalize. This should probably be fixed a different way but this works for now.
- Loading branch information