1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-22 10:27:48 +03:00

temporary

This commit is contained in:
Rui Ueyama 2020-12-14 01:30:08 +09:00
parent 4dcd539288
commit 90802a014b

View File

@ -1120,5 +1120,5 @@ int main(int argc, char **argv) {
std::cout << std::flush;
std::cerr << std::flush;
_exit(0);
std::quick_exit(0);
}