mirror of
https://sourceware.org/git/glibc.git
synced 2025-09-02 16:01:20 +03:00
exit only terminates the current thread, not the whole process, so it is the wrong fallback system call in this context. All supported Linux versions implement the exit_group system call anyway.