(signame_init): Define SIGINFO.
authorRoland McGrath <roland@gnu.org>
Tue, 21 Mar 1995 21:44:32 +0000 (21:44 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 21 Mar 1995 21:44:32 +0000 (21:44 +0000)
sysdeps/generic/signame.c

index 34a6f30..4f740e7 100644 (file)
@@ -216,6 +216,9 @@ signame_init ()
 #if defined (SIGDANGER)
   init_sig (SIGDANGER, "DANGER", "Danger signal");
 #endif
+#if defined (SIGINFO)
+  init_sig (SIGINFO, "INFO", "Information request");
+#endif
 }
 
 /* Return the abbreviation for signal NUMBER.  */