summaryrefslogtreecommitdiff
path: root/STATUS
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2006-07-19 10:20:22 +0000
committerJoe Orton <jorton@apache.org>2006-07-19 10:20:22 +0000
commit522580536b73c31a2a1c99b94a001a9c2c9dbe71 (patch)
tree53c52f726330d3ee66a99ec29d0e5f8c4ccd2521 /STATUS
parent600779ba64c572bcdecdd8981078df21fda17596 (diff)
downloadapr-522580536b73c31a2a1c99b94a001a9c2c9dbe71.tar.gz
- Note casptr qualifier issue
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@423424 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS4
1 files changed, 4 insertions, 0 deletions
diff --git a/STATUS b/STATUS
index a705a0ddc..4610c98e2 100644
--- a/STATUS
+++ b/STATUS
@@ -379,6 +379,10 @@ Documentation that needs writing:
API Changes Postponed for APR 2.0:
+ * apr_atomic_casptr() has the volatile qualifier in the wrong
+ place: should take "pointer to volatile pointer to void", not
+ "pointer to pointer to volatile void".
+
* apr_socket_sendfile(): the offset parameter should not be
pass-by-reference, or it should be updated to do something
useful.