diff --git a/LibC/signal.cpp b/LibC/signal.cpp index dfb3a3a9a2..79f1bd5eb6 100644 --- a/LibC/signal.cpp +++ b/LibC/signal.cpp @@ -109,7 +109,7 @@ const char* sys_siglist[NSIG] = { "Trap", "Aborted", "Bus error", - "FP exception", + "Division by zero", "Killed", "User signal 1", "Segmentation violation",