Ville Juven 07039b8a36 lib_abort.c: Change call to userspace exit() into syscall _exit()
The POSIX standard dictates that during abnormal termination the functions
registered by atexit() are _not_ called, also flushing the streams is
optional. So in this case, it is perfectly legal / better to call the
kernel system call _exit() instead.

This fixes regression issues caused by removal exit() from the kernel.
2023-02-22 01:10:39 +08:00
..
2021-07-14 15:09:58 -03:00
2021-07-14 15:09:58 -03:00
2022-07-27 00:36:49 +08:00
2023-02-10 22:45:24 +08:00
2021-07-14 15:09:58 -03:00
2022-07-27 00:36:49 +08:00