[git commit] scripts/kconfig/mconf.c: survive is SIGWINCH is not defined
Denys Vlasenko
vda.linux at googlemail.com
Fri Apr 6 17:05:53 UTC 2018
commit: https://git.busybox.net/busybox/commit/?id=6b6a3d9339f1c08efaa18a7fb7357e20b48bdc95
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
scripts/kconfig/mconf.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c
index 006d03708..adba1141b 100644
--- a/scripts/kconfig/mconf.c
+++ b/scripts/kconfig/mconf.c
@@ -27,6 +27,10 @@
#include <unistd.h>
#include <locale.h>
+#ifndef SIGWINCH
+#define SIGWINCH 28
+#endif
+
#define LKC_DIRECT_LINK
#include "lkc.h"
More information about the busybox-cvs
mailing list