summaryrefslogtreecommitdiff
path: root/debian/patches/dyson-missing-sig_atomic_t.patch
blob: 2bd9452f53831cb04d436258c52d01a41cfcac32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: bash-4.3/sig.h
===================================================================
--- bash-4.3.orig/sig.h
+++ bash-4.3/sig.h
@@ -25,9 +25,7 @@
 
 #include "stdc.h"
 
-#if !defined (SIG_DFL)
-#  include <signal.h>		/* for sig_atomic_t */
-#endif
+#include <signal.h>		/* for sig_atomic_t */
 
 #if !defined (SIGABRT) && defined (SIGIOT)
 #  define SIGABRT SIGIOT