}
}
/* we've probably got something to do, ignore graceful restart requests */
-#ifdef SIGUSR1
- signal(SIGUSR1, SIG_IGN);
+
+ /* XXX - sigwait doesn't work if the signal has been SIG_IGNed (under
+ * linux 2.0 w/ glibc 2.0, anyway), and this step isn't necessary when
+ * we're running a sigwait thread anyway. If/when unthreaded mode is
+ * put back in, we should make sure to ignore this signal iff a sigwait
+ * thread isn't used. - mvsk
+
+#ifdef SIGWINCH
+ signal(SIGWINCH, SIG_IGN);
#endif
+ */
/* //ap_bsetflag(conn->client, B_SAFEREAD, 0); */