summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/apr_dso.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/apr_dso.h b/include/apr_dso.h
index 5a5d73884..faa95c143 100644
--- a/include/apr_dso.h
+++ b/include/apr_dso.h
@@ -91,6 +91,8 @@ typedef void * apr_dso_handle_sym_t;
* @param res_handle Location to store new handle for the DSO.
* @param path Path to the DSO library
* @param ctx Pool to use.
+ * @bug We aught to provide an alternative to RTLD_GLOBAL, which
+ * is the only supported method of loading DSOs today.
*/
APR_DECLARE(apr_status_t) apr_dso_load(apr_dso_handle_t **res_handle,
const char *path, apr_pool_t *ctx);