diff options
author | stas <stas@13f79535-47bb-0310-9956-ffa450edef68> | 2004-09-24 23:18:06 +0000 |
---|---|---|
committer | stas <stas@13f79535-47bb-0310-9956-ffa450edef68> | 2004-09-24 23:18:06 +0000 |
commit | 86698c093a58eada810c10dc13f4734944aadba3 (patch) | |
tree | 6ba1646029d88356d97a5cd21f2b6236204b9ffa /CHANGES | |
parent | 540959182af4c86b58e88ed00624db638badd0e7 (diff) | |
download | libapr-86698c093a58eada810c10dc13f4734944aadba3.tar.gz |
fix apr_file_dup and apr_file_dup2 win32 implementations
to create a mutex
PR:
Obtained from:
Submitted by: Steve Hay <steve.hay uk.radan.com>
Reviewed by: stas
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65350 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ Changes for APR 1.1 [Deferring these features when 1.0 is rolled out.] + *) fix apr_file_dup and apr_file_dup2 win32 implementations + to create a mutex [Steve Hay <steve.hay uk.radan.com>] + *) Makes the threads to behave like on posix. If the thread is created without APR_DETACH expect that the thread_join will be called, so don't close the handle in advance, if the thread has already finished. |