summaryrefslogtreecommitdiff
path: root/include/apr_dso.h
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2003-03-17 23:00:07 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2003-03-17 23:00:07 +0000
commitea6771e22b7dd824378e6e565c4b49b542b11e70 (patch)
tree7081e9946f76d9bd4ff807101cabc5431a1f6e7c /include/apr_dso.h
parent09ecf0aafa8cfc8f1813f3d9175e752c9f3b7c9a (diff)
downloadapr-ea6771e22b7dd824378e6e565c4b49b542b11e70.tar.gz
Just an observation pointed out by rbb.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64420 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_dso.h')
-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);