projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3608635
)
(signame_init): Define SIGINFO.
author
Roland McGrath
<roland@redhat.com>
Tue, 21 Mar 1995 21:44:32 +0000
(21:44 +0000)
committer
Roland McGrath
<roland@redhat.com>
Tue, 21 Mar 1995 21:44:32 +0000
(21:44 +0000)
signame.c
patch
|
blob
|
history
diff --git
a/signame.c
b/signame.c
index
34a6f30
..
4f740e7
100644
(file)
--- a/
signame.c
+++ b/
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. */