mirror of https://github.com/mirror/busybox.git
scripts/kconfig/mconf.c: survive is SIGWINCH is not defined
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>pull/9/head
parent
2c99702810
commit
6b6a3d9339
|
@ -27,6 +27,10 @@
|
|||
#include <unistd.h>
|
||||
#include <locale.h>
|
||||
|
||||
#ifndef SIGWINCH
|
||||
#define SIGWINCH 28
|
||||
#endif
|
||||
|
||||
#define LKC_DIRECT_LINK
|
||||
#include "lkc.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue