summaryrefslogtreecommitdiff
path: root/win32/config_H.gc
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-03-10 20:35:10 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-03-10 20:35:10 +0000
commit6c21342d4ccc04f9aa02e7c99f17f479235eb293 (patch)
tree585aed2d81366c6820cb11a9801da96eedc7d499 /win32/config_H.gc
parente56670dde139d53fcdaec6163664f9afa257dc11 (diff)
downloadperl-6c21342d4ccc04f9aa02e7c99f17f479235eb293.tar.gz
[win32] reinstate some standard sig_names to avoid noise from
modules (and in hopes of making them _do_ something in future) p4raw-id: //depot/win32/perl@805
Diffstat (limited to 'win32/config_H.gc')
-rw-r--r--win32/config_H.gc4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/config_H.gc b/win32/config_H.gc
index eef1a63b5c..c05fcebc6d 100644
--- a/win32/config_H.gc
+++ b/win32/config_H.gc
@@ -1732,8 +1732,8 @@
* The last element is 0, corresponding to the 0 at the end of
* the sig_name list.
*/
-#define SIG_NAME "ZERO", "INT", "ILL", "FPE", "SEGV", "TERM", "BREAK", "ABRT", 0 /**/
-#define SIG_NUM 0, 2, 4, 8, 11, 15, 21, 22, 0 /**/
+#define SIG_NAME "ZERO", "INT", "QUIT", "ILL", "FPE", "KILL", "SEGV", "PIPE", "ALRM", "TERM", "CHLD", "BREAK", "ABRT", "STOP", "CONT", "CLD", 0 /**/
+#define SIG_NUM 0, 2, 3, 4, 8, 9, 11, 13, 14, 15, 20, 21, 22, 23, 25, 20, 0 /**/
/* SITEARCH:
* This symbol contains the name of the private library for this package.