[win32] reinstate some standard sig_names to avoid noise from
authorGurusamy Sarathy <gsar@cpan.org>
Tue, 10 Mar 1998 20:35:10 +0000 (20:35 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Tue, 10 Mar 1998 20:35:10 +0000 (20:35 +0000)
modules (and in hopes of making them _do_ something in future)

p4raw-id: //depot/win32/perl@805

win32/config.bc
win32/config.gc
win32/config.vc
win32/config_H.bc
win32/config_H.gc
win32/config_H.vc

index 365c5de..b161429 100644 (file)
@@ -458,9 +458,9 @@ shmattype='void *'
 shortsize='2'
 shrpenv=''
 shsharp='true'
-sig_name='ZERO INT ILL FPE SEGV TERM USR1 USR2 USR3 BREAK ABRT'
-sig_name_init='"ZERO", "INT", "ILL", "FPE", "SEGV", "TERM", "USR1", "USR2", "USR3", "BREAK", "ABRT", 0'
-sig_num='0, 2, 4, 8, 11, 15, 16, 17, 20, 21, 22, 0'
+sig_name='ZERO INT QUIT ILL FPE KILL SEGV PIPE ALRM TERM USR1 USR2 CHLD USR3 BREAK ABRT STOP CONT CLD'
+sig_name_init='"ZERO", "INT", "QUIT", "ILL", "FPE", "KILL", "SEGV", "PIPE", "ALRM", "TERM", "USR1", "USR2", "CHLD", "USR3", "BREAK", "ABRT", "STOP", "CONT", "CLD", 0'
+sig_num='0, 2, 3, 4, 8, 9, 11, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 25, 18, 0'
 signal_t='void'
 sitearch='~INST_TOP~\lib\site\~archname~'
 sitearchexp='~INST_TOP~\lib\site\~archname~'
index 0bf2718..ac16650 100644 (file)
@@ -458,9 +458,9 @@ shmattype='void *'
 shortsize='2'
 shrpenv=''
 shsharp='true'
-sig_name='ZERO INT ILL FPE SEGV TERM BREAK ABRT'
-sig_name_init='"ZERO", "INT", "ILL", "FPE", "SEGV", "TERM", "BREAK", "ABRT", 0'
-sig_num='0, 2, 4, 8, 11, 15, 21, 22, 0'
+sig_name='ZERO INT QUIT ILL FPE KILL SEGV PIPE ALRM TERM CHLD BREAK ABRT STOP CONT CLD'
+sig_name_init='"ZERO", "INT", "QUIT", "ILL", "FPE", "KILL", "SEGV", "PIPE", "ALRM", "TERM", "CHLD", "BREAK", "ABRT", "STOP", "CONT", "CLD", 0'
+sig_num='0, 2, 3, 4, 8, 9, 11, 13, 14, 15, 20, 21, 22, 23, 25, 20, 0'
 signal_t='void'
 sitearch='~INST_TOP~\lib\site\~archname~'
 sitearchexp='~INST_TOP~\lib\site\~archname~'
index 9797319..5e05b63 100644 (file)
@@ -458,9 +458,9 @@ shmattype='void *'
 shortsize='2'
 shrpenv=''
 shsharp='true'
-sig_name='ZERO INT ILL FPE SEGV TERM BREAK ABRT'
-sig_name_init='"ZERO", "INT", "ILL", "FPE", "SEGV", "TERM", "BREAK", "ABRT", 0'
-sig_num='0, 2, 4, 8, 11, 15, 21, 22, 0'
+sig_name='ZERO INT QUIT ILL FPE KILL SEGV PIPE ALRM TERM CHLD BREAK ABRT STOP CONT CLD'
+sig_name_init='"ZERO", "INT", "QUIT", "ILL", "FPE", "KILL", "SEGV", "PIPE", "ALRM", "TERM", "CHLD", "BREAK", "ABRT", "STOP", "CONT", "CLD", 0'
+sig_num='0, 2, 3, 4, 8, 9, 11, 13, 14, 15, 20, 21, 22, 23, 25, 20, 0'
 signal_t='void'
 sitearch='~INST_TOP~\lib\site\~archname~'
 sitearchexp='~INST_TOP~\lib\site\~archname~'
index bcdc0b8..29d088a 100644 (file)
  *     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", "USR1", "USR2", "USR3", "BREAK", "ABRT", 0               /**/
-#define SIG_NUM  0, 2, 4, 8, 11, 15, 16, 17, 20, 21, 22, 0                     /**/
+#define SIG_NAME "ZERO", "INT", "QUIT", "ILL", "FPE", "KILL", "SEGV", "PIPE", "ALRM", "TERM", "USR1", "USR2", "CHLD", "USR3", "BREAK", "ABRT", "STOP", "CONT", "CLD", 0                /**/
+#define SIG_NUM  0, 2, 3, 4, 8, 9, 11, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 25, 18, 0                       /**/
 
 /* SITEARCH:
  *     This symbol contains the name of the private library for this package.
index eef1a63..c05fceb 100644 (file)
  *     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.
index c38ae59..17cddf5 100644 (file)
  *     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.