summaryrefslogtreecommitdiff
path: root/os/os2
diff options
context:
space:
mode:
authorBrian Havard <bjh@apache.org>2001-08-17 16:12:33 +0000
committerBrian Havard <bjh@apache.org>2001-08-17 16:12:33 +0000
commit1378e68fbe4b796370c0ca7b33cd854e5e2e825f (patch)
tree94843592148b3941af6aab01b32b7d40f886ec86 /os/os2
parenteb067599bbc3f9590a31f45e07552c0f5ec5e4ad (diff)
downloadhttpd-1378e68fbe4b796370c0ca7b33cd854e5e2e825f.tar.gz
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/os2')
-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"