]> granicus.if.org Git - apache/commitdiff
Remove some OS/2 code from the prefork MPM. Since OS/2 has it's own
authorRyan Bloom <rbb@apache.org>
Mon, 12 Feb 2001 18:22:18 +0000 (18:22 +0000)
committerRyan Bloom <rbb@apache.org>
Mon, 12 Feb 2001 18:22:18 +0000 (18:22 +0000)
MPM, this is needed here.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88116 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/prefork/prefork.c

index f83133e2553d47f8f92e13ca4c7307f2ebe0d44a..2694dc33002ad74d999ee9a0a63f880c8cd7714a 100644 (file)
@@ -557,14 +557,6 @@ static void child_main(int child_num_arg)
     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