usr/src/cmd/bash/Solaris/diffs/signames.c.7.diff
changeset 72 82bde2a81435
parent 71 121736d79438
child 73 73cc228b67a6
equal deleted inserted replaced
71:121736d79438 72:82bde2a81435
     1 --- support/signames.c	2008-08-13 08:31:48.000000000 -0400
       
     2 +++ support/signames.c	2009-08-15 16:40:01.729682000 -0400
       
     3 @@ -212,6 +212,14 @@
       
     4    signal_names[SIGXRES] = "SIGXRES";
       
     5  #endif
       
     6  
       
     7 +#if defined (SIGJVM1) /* Solaris Java Virtual Machine 1 */
       
     8 +  signal_names[SIGJVM1] = "SIGJVM1";
       
     9 +#endif
       
    10 +
       
    11 +#if defined (SIGJVM2) /* Solaris Java Virtual Machine 2 */
       
    12 +  signal_names[SIGJVM2] = "SIGJVM2";
       
    13 +#endif
       
    14 +
       
    15  /* HP-UX */
       
    16  #if defined (SIGDIL)	/* DIL signal (?) */
       
    17    signal_names[SIGDIL] = "SIGDIL";