diff options
author | Brian Havard <bjh@apache.org> | 2001-08-17 18:12:33 +0200 |
---|---|---|
committer | Brian Havard <bjh@apache.org> | 2001-08-17 18:12:33 +0200 |
commit | 1378e68fbe4b796370c0ca7b33cd854e5e2e825f (patch) | |
tree | 94843592148b3941af6aab01b32b7d40f886ec86 /os | |
parent | We must scream certain errors from the rooftop! (diff) | |
download | apache2-1378e68fbe4b796370c0ca7b33cd854e5e2e825f.tar.xz apache2-1378e68fbe4b796370c0ca7b33cd854e5e2e825f.zip |
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
Diffstat (limited to 'os')
-rw-r--r-- | os/os2/core_header.def | 1 |
1 files changed, 1 insertions, 0 deletions
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" |