Commit d3802b3d authored by Ryan Bloom's avatar Ryan Bloom
Browse files

Remove some OS/2 code from the prefork MPM. Since OS/2 has it's own

MPM, this is needed here.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88116 13f79535-47bb-0310-9956-ffa450edef68
parent 11575f83
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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