MPM, this is needed here.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88116
13f79535-47bb-0310-9956-
ffa450edef68
apr_signal(SIGHUP, just_die);
apr_signal(SIGTERM, just_die);
-#ifdef OS2
-/* Stop Ctrl-C/Ctrl-Break signals going to child processes */
- {
- unsigned long ulTimes;
- DosSetSignalExceptionFocus(0, &ulTimes);
- }
-#endif
-
while (!ap_graceful_stop_signalled()) {
/* Prepare to receive a SIGWINCH due to graceful restart so that