* cygheap.h (cwdstuff::get_drive): Release cwd_lock.

This commit is contained in:
Corinna Vinschen 2004-12-13 19:33:30 +00:00
parent bf15c75b20
commit c6ad91f3f8
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -235,6 +235,7 @@ struct cwdstuff
{
get_initial ();
memcpy (dst, win32, drive_length);
cwd_lock->release ();
return drive_length;
}
void init ();