summaryrefslogtreecommitdiff
path: root/include/apr_support.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apr_support.h')
-rw-r--r--include/apr_support.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/apr_support.h b/include/apr_support.h
index 50a4789e6..8b3f257f5 100644
--- a/include/apr_support.h
+++ b/include/apr_support.h
@@ -76,6 +76,8 @@ extern "C" {
/**
* Wait for IO to occur or timeout.
+ *
+ * Uses POOL for temporary allocations.
*/
apr_status_t apr_wait_for_io_or_timeout(apr_file_t *f, apr_socket_t *s,
int for_read);