summaryrefslogtreecommitdiff
path: root/STATUS
diff options
context:
space:
mode:
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.