You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@locus.apache.org on 2000/07/22 05:38:57 UTC

cvs commit: apache-2.0/src/modules/mpm/mpmt_pthread mpm.h

rbb         00/07/21 20:38:57

  Modified:    src/modules/mpm/mpmt_pthread mpm.h
  Log:
  Clean_child_exit is not a public function.  This keeps it internal to
  mpmt_pthread.c and allows mpmt_pthread to compile cleanly.
  
  Revision  Changes    Path
  1.6       +0 -1      apache-2.0/src/modules/mpm/mpmt_pthread/mpm.h
  
  Index: mpm.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/modules/mpm/mpmt_pthread/mpm.h,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- mpm.h	2000/07/10 18:21:22	1.5
  +++ mpm.h	2000/07/22 03:38:57	1.6
  @@ -70,7 +70,6 @@
   extern unsigned int ap_my_pid;
   extern server_rec *ap_server_conf;
   extern scoreboard *ap_scoreboard_image;
  -extern void clean_child_exit(int);
   extern char ap_coredump_dir[MAX_STRING_LEN];
   
   #endif /* APACHE_MPM_MPMT_PTHREAD_H */