From 4f9f87c87fa9ec66b2574f14fa454099e6e0f17f Mon Sep 17 00:00:00 2001 From: trawick Date: Sat, 29 Dec 2001 23:14:22 +0000 Subject: roll the extra apr_lock_create_np() functionality into apr_lock_create() and get rid of apr_lock_create_np(); apr_lock_create() has a new parameter for specifying the lock mechanism (or APR_LOCK_DEFAULT to let APR choose) (same for apr_proc_mutex_create_np() and apr_proc_mutex_create()) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62684 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index e67dd0c3b..055d732f4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,10 @@ Changes with APR b1 + *) apr_lock_create() and apr_proc_mutex_create() now have an + additional parameter for specifying the lock mechanism. + apr_lock_create_np() and apr_proc_mutex_create_np() have been + removed. [Jeff Trawick] + *) Change the prototype of apr_thread_exit() so that the apr_status_t is no longer a pointer. It was difficult and sometimes hazardous to return a apr_status_t* at times, and this allows us to return -- cgit v1.2.1