busybox: update to 1.29.2
[openwrt/staging/lynxis.git] / package / utils / busybox / patches / 130-mconf_missing_sigwinch.patch
1 --- a/scripts/kconfig/mconf.c
2 +++ b/scripts/kconfig/mconf.c
3 @@ -31,6 +31,10 @@
4 #define SIGWINCH 28
5 #endif
6
7 +#ifndef SIGWINCH
8 +#define SIGWINCH 28
9 +#endif
10 +
11 #define LKC_DIRECT_LINK
12 #include "lkc.h"
13