1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-08 04:22:21 +03:00

OS/2: Put back creation of listeners in main thread in spmt_os2 MPM.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85856 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brian Havard
2000-07-16 07:12:42 +00:00
parent 7a357441ab
commit 1610c8d4f5
3 changed files with 8 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ struct ap_listen_rec {
extern ap_listen_rec *ap_listeners;
void ap_listen_pre_config(void);
#if !defined(WIN32) && !defined(PREFORK_MPM)
#if !defined(WIN32) && !defined(PREFORK_MPM) && !defined(SPMT_OS2_MPM)
int ap_setup_listeners(server_rec *s);
#else
int ap_listen_open(process_rec *process, unsigned port);