summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2003-03-17 23:00:07 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2003-03-17 23:00:07 +0000
commit819bcf4cddd25dc1f43b712a2fdc31bb042d334c (patch)
tree7081e9946f76d9bd4ff807101cabc5431a1f6e7c
parentcdf6bf3c2798d8578315181087d778449f36ebed (diff)
downloadlibapr-819bcf4cddd25dc1f43b712a2fdc31bb042d334c.tar.gz
Just an observation pointed out by rbb.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64420 13f79535-47bb-0310-9956-ffa450edef68
-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);