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:
parent
23a5ce3319
commit
7c37ffd9d8
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue