1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 04:17:34 +00:00

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

View file

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