lineedit: fix "defined but not used" sigaction2 warning

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/libbb/lineedit.c b/libbb/lineedit.c
index 378f090..3ed38e5 100644
--- a/libbb/lineedit.c
+++ b/libbb/lineedit.c
@@ -2309,6 +2309,7 @@
 }
 #endif
 
+#if ENABLE_FEATURE_EDITING_WINCH
 static void sigaction2(int sig, struct sigaction *act)
 {
 	// Grr... gcc 8.1.1:
@@ -2318,6 +2319,7 @@
 	oact = act;
 	sigaction(sig, act, oact);
 }
+#endif
 
 /* maxsize must be >= 2.
  * Returns: