about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-03-21 21:44:32 +0000
committerRoland McGrath <roland@gnu.org>1995-03-21 21:44:32 +0000
commitdd02efa5f56be4592896f99419fcb4239216c802 (patch)
tree2a5475a80d215c9d5adf240c47d8ec6dcc350cd0
parent49e522bfb8642bb31afc2a119b2538a6a6465996 (diff)
downloadglibc-cvs/make-3-73-1.tar.gz
glibc-cvs/make-3-73-1.tar.xz
glibc-cvs/make-3-73-1.zip
-rw-r--r--sysdeps/generic/signame.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/generic/signame.c b/sysdeps/generic/signame.c
index 34a6f30874..4f740e7e71 100644
--- a/sysdeps/generic/signame.c
+++ b/sysdeps/generic/signame.c
@@ -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.  */