summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraaron <aaron@13f79535-47bb-0310-9956-ffa450edef68>2001-10-12 19:11:59 +0000
committeraaron <aaron@13f79535-47bb-0310-9956-ffa450edef68>2001-10-12 19:11:59 +0000
commit1ec7f2da3442122b72abd682dce7c2db43e64a75 (patch)
treef6275497cdd02634ce42b4d49ade4a7cdae4ad55
parent12b4c074eb10c59f997bae4d206eb61a3e8b3ddc (diff)
downloadlibapr-1ec7f2da3442122b72abd682dce7c2db43e64a75.tar.gz
Added the cond_timedwait function (and a new test for it as well).
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62423 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 862610e46..5032f228d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
Changes with APR b1
+ *) Add the apr_thread_cond_timedwait function to the condition
+ variable API. [Aaron Bannert]
+
*) Fixed apr_file_mktemp on systems without mkstemp (Win32, etc).
[Mladen Turk, Cliff Woolley]