summaryrefslogtreecommitdiff
path: root/signame.c
diff options
context:
space:
mode:
Diffstat (limited to 'signame.c')
-rw-r--r--signame.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/signame.c b/signame.c
index 0db511c..4c33283 100644
--- a/signame.c
+++ b/signame.c
@@ -231,6 +231,9 @@ signame_init ()
#if defined (SIGINFO)
init_sig (SIGINFO, "INFO", "Information request");
#endif
+#if defined (SIGNOFP)
+ init_sig (SIGNOFP, "NOFP", "Floating point co-processor not available");
+#endif
}
/* Return the abbreviation for signal NUMBER. */