mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05: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",
|
||||
"Aborted",
|
||||
"Bus error",
|
||||
"FP exception",
|
||||
"Division by zero",
|
||||
"Killed",
|
||||
"User signal 1",
|
||||
"Segmentation violation",
|
||||
|
|
Loading…
Add table
Reference in a new issue