You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bj...@apache.org on 2001/08/17 18:12:33 UTC

cvs commit: httpd-2.0/os/os2 core_header.def

bjh         01/08/17 09:12:33

  Modified:    os/os2   core_header.def
  Log:
  OS/2: Don't share data segment between multiple instances of the shared core
  as doing so makes a multi-process MPM crash & burn....
  
  Revision  Changes    Path
  1.5       +1 -0      httpd-2.0/os/os2/core_header.def
  
  Index: core_header.def
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/os/os2/core_header.def,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- core_header.def	2001/06/16 04:00:50	1.4
  +++ core_header.def	2001/08/17 16:12:33	1.5
  @@ -1,5 +1,6 @@
   LIBRARY httpd INITINSTANCE
   DESCRIPTION "Apache Server Core"
  +DATA NONSHARED
   
   EXPORTS
     "main"