From: Brian Havard Date: Fri, 17 Aug 2001 16:12:33 +0000 (+0000) Subject: OS/2: Don't share data segment between multiple instances of the shared core X-Git-Tag: 2.0.24~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1378e68fbe4b796370c0ca7b33cd854e5e2e825f;p=apache OS/2: Don't share data segment between multiple instances of the shared core as doing so makes a multi-process MPM crash & burn.... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90281 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/os/os2/core_header.def b/os/os2/core_header.def index 7c2afa8cbf..fc7cb346ff 100644 --- a/os/os2/core_header.def +++ b/os/os2/core_header.def @@ -1,5 +1,6 @@ LIBRARY httpd INITINSTANCE DESCRIPTION "Apache Server Core" +DATA NONSHARED EXPORTS "main"