Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2004-12-13 22:33:30 +0300
committerCorinna Vinschen <corinna@vinschen.de>2004-12-13 22:33:30 +0300
commitc6ad91f3f8594a00290ad6f4c50553719fb858e4 (patch)
tree49bb2e2db212f25c31078145c27f42ac68bd78d9 /winsup
parentbf15c75b202f4d7840bc3b7056fb1a18dc82e2c5 (diff)
* cygheap.h (cwdstuff::get_drive): Release cwd_lock.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/cygheap.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 5554eab6c..fafba552e 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+2004-12-13 Corinna Vinschen <corinna@vinschen.de>
+
+ * cygheap.h (cwdstuff::get_drive): Release cwd_lock.
+
2004-12-12 Bas van Gompel <cygwin-patch@bavag.tmfweb.nl>
* fhandler.cc (fhandler_base::puts_readahead): Fix end-condition.
diff --git a/winsup/cygwin/cygheap.h b/winsup/cygwin/cygheap.h
index 323ab0ade..d3baae329 100644
--- a/winsup/cygwin/cygheap.h
+++ b/winsup/cygwin/cygheap.h
@@ -235,6 +235,7 @@ struct cwdstuff
{
get_initial ();
memcpy (dst, win32, drive_length);
+ cwd_lock->release ();
return drive_length;
}
void init ();