summaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorBrian Havard <bjh@apache.org>2001-08-17 18:12:33 +0200
committerBrian Havard <bjh@apache.org>2001-08-17 18:12:33 +0200
commit1378e68fbe4b796370c0ca7b33cd854e5e2e825f (patch)
tree94843592148b3941af6aab01b32b7d40f886ec86 /os
parent We must scream certain errors from the rooftop! (diff)
downloadapache2-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.def1
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"