summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-rw-r--r--server/mpm/spmt_os2/spmt_os2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/mpm/spmt_os2/spmt_os2.c b/server/mpm/spmt_os2/spmt_os2.c
index 44c133127b..1eb1c1d79e 100644
--- a/server/mpm/spmt_os2/spmt_os2.c
+++ b/server/mpm/spmt_os2/spmt_os2.c
@@ -382,7 +382,7 @@ static int wait_or_timeout(ap_wait_t *status)
if (wait_or_timeout_counter == INTERVAL_OF_WRITABLE_PROBES) {
wait_or_timeout_counter = 0;
#ifdef APR_HAS_OTHER_CHILD
- probe_writable_fds();
+ ap_probe_writable_fds();
#endif
}