* cygheap.h (cwdstuff::get_drive): Release cwd_lock.
This commit is contained in:
@ -235,6 +235,7 @@ struct cwdstuff
|
||||
{
|
||||
get_initial ();
|
||||
memcpy (dst, win32, drive_length);
|
||||
cwd_lock->release ();
|
||||
return drive_length;
|
||||
}
|
||||
void init ();
|
||||
|
Reference in New Issue
Block a user