aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/patches/130-mconf_missing_sigwinch.patch
blob: b8ca2122b8087daa0a0ed90728ef702393f89447 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/scripts/kconfig/mconf.c
+++ b/scripts/kconfig/mconf.c
@@ -31,6 +31,10 @@
 #define SIGWINCH 28
 #endif
 
+#ifndef SIGWINCH
+#define SIGWINCH 28
+#endif
+
 #define LKC_DIRECT_LINK
 #include "lkc.h"