diff --git a/server/mpm_fdqueue.h b/server/mpm_fdqueue.h index 9bbe5e5366..4d2fd533d4 100644 --- a/server/mpm_fdqueue.h +++ b/server/mpm_fdqueue.h @@ -27,7 +27,9 @@ #include -/* Not worth thinking about w/o threads... */ +/* This code is not AP_DECLARE()ed/exported, and use by MPMs event/worker + * only (for now), not worth thinking about w/o threads either... + */ #if APR_HAS_THREADS #include "ap_mpm.h"