]> granicus.if.org Git - apache/commitdiff
make the comment for the call to apr_signal_thread() a little more
authorJeff Trawick <trawick@apache.org>
Thu, 21 Mar 2002 16:06:51 +0000 (16:06 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 21 Mar 2002 16:06:51 +0000 (16:06 +0000)
correct about what it is going to do

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

server/mpm/worker/worker.c

index 3a33e7bf6002899b74344eac67cc0ab9ffde75a3..b57d1139d17e1d636006ef856b650b0cd70627b5 100644 (file)
@@ -1133,7 +1133,7 @@ static void child_main(int child_num_arg)
     /* If we are only running in one_process mode, we will want to
      * still handle signals. */
     if (one_process) {
-        /* Set up a signal handler for this thread. */
+        /* Block until we get a terminating signal. */
         apr_signal_thread(check_signal);
         /* make sure the start thread has finished; signal_workers() 
          * and join_workers() depend on that