LibC: Let the string for SIGFPE be "Division by zero".

That's really what we send this signal for, so let's call it that.
This commit is contained in:
Andreas Kling 2019-05-26 02:06:09 +02:00
parent 23a5ce3319
commit 7c37ffd9d8
Notes: sideshowbarker 2024-07-19 13:56:43 +09:00

View File

@ -109,7 +109,7 @@ const char* sys_siglist[NSIG] = {
"Trap",
"Aborted",
"Bus error",
"FP exception",
"Division by zero",
"Killed",
"User signal 1",
"Segmentation violation",