summaryrefslogtreecommitdiff
path: root/STATUS
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2006-07-19 10:20:22 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2006-07-19 10:20:22 +0000
commitc958ea494d60c1c86d27a60211053803977cc46b (patch)
tree53c52f726330d3ee66a99ec29d0e5f8c4ccd2521 /STATUS
parent93c50becaf4d94c2e25eed7f561368097ffaca45 (diff)
downloadlibapr-c958ea494d60c1c86d27a60211053803977cc46b.tar.gz
- Note casptr qualifier issue
git-svn-id: http://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.