1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-26 19:01:35 +03:00
Files
apache/os/os2/core_header.def
Brian Havard 1378e68fbe 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
2001-08-17 16:12:33 +00:00

17 lines
249 B
Modula-2

LIBRARY httpd INITINSTANCE
DESCRIPTION "Apache Server Core"
DATA NONSHARED
EXPORTS
"main"
; One for mod_dav from socket library
"_swaps"
; And some more for mod_unique_id
"gethostname"
"gethostbyname"
"_swapl"
"h_errno"
"inet_ntoa"