projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c99702
)
scripts/kconfig/mconf.c: survive is SIGWINCH is not defined
author
Denys Vlasenko
<vda.linux@googlemail.com>
Fri, 6 Apr 2018 17:05:53 +0000
(19:05 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Fri, 6 Apr 2018 17:05:53 +0000
(19:05 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
scripts/kconfig/mconf.c
patch
|
blob
|
history
diff --git
a/scripts/kconfig/mconf.c
b/scripts/kconfig/mconf.c
index 006d03708855ecfb181a6c68e363d9053c211b49..adba1141be38d88d4a000752d72a975a62447d35 100644
(file)
--- 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"