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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user