mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-07 19:57:45 +03: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
Notes:
sideshowbarker
2024-07-19 13:56:43 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/7c37ffd9d8c
@ -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…
Reference in New Issue
Block a user