From: Brian Havard Date: Mon, 23 Apr 2001 14:35:50 +0000 (+0000) Subject: OS/2: Export from the shared core symbols from the socket library needed by X-Git-Tag: 2.0.18~178 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c250191b98c3663556f104ad479cb84cde2c833c;p=apache OS/2: Export from the shared core symbols from the socket library needed by mod_dav & mod_unique_id. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88918 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/os/os2/core_header.def b/os/os2/core_header.def index fe8cf42d31..9764c4a484 100644 --- a/os/os2/core_header.def +++ b/os/os2/core_header.def @@ -17,3 +17,13 @@ EXPORTS "apr_debug_module_hooks" "apr_current_hooking_module" +; One for mod_dav from socket library + "_swaps" + +; And some more for mod_unique_id + "gethostname" + "gethostbyname" + "_swapl" + "h_errno" + "inet_ntoa" +