Cross Reference: solaris-024.sig.h.patch
xref
: /
solaris-userland
/
components
/
bash
/
patches
/
solaris-024.sig.h.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
5516
N/A
# We want to include <
signal.h
> in Solaris, because it is useful.
5516
N/A
# We should send this upstream.
5516
N/A
---
sig.h
2013-02-27 07:17:20.000000000 -0800
5516
N/A
+++
sig.h
2015-04-02 10:36:29.259132282 -0700
5516
N/A
@@ -25,7 +25,7 @@
5516
N/A
5516
N/A
#include "
stdc.h
"
5516
N/A
5516
N/A
-#if !defined (SIG_DFL)
5516
N/A
+#if !defined(SIG_DFL) || defined(SOLARIS)
5516
N/A
# include <
signal.h
> /* for sig_atomic_t */
5516
N/A
#endif
5516
N/A