components/bash/patches/solaris-024.sig.h.patch
changeset 5518 c47fe0edc204
equal deleted inserted replaced
5517:7758049098f4 5518:c47fe0edc204
       
     1 # We want to include <signal.h> in Solaris, because it is useful.
       
     2 # We should send this upstream.
       
     3 --- sig.h	2013-02-27 07:17:20.000000000 -0800
       
     4 +++ sig.h	2015-04-02 10:36:29.259132282 -0700
       
     5 @@ -25,7 +25,7 @@
       
     6  
       
     7  #include "stdc.h"
       
     8  
       
     9 -#if !defined (SIG_DFL)
       
    10 +#if !defined(SIG_DFL) || defined(SOLARIS)
       
    11  #  include <signal.h>		/* for sig_atomic_t */
       
    12  #endif
       
    13