* cygheap.h (cwdstuff::get_drive): Release cwd_lock.
This commit is contained in:
		
							parent
							
								
									bf15c75b20
								
							
						
					
					
						commit
						c6ad91f3f8
					
				|  | @ -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> | 2004-12-12  Bas van Gompel  <cygwin-patch@bavag.tmfweb.nl> | ||||||
| 
 | 
 | ||||||
| 	* fhandler.cc (fhandler_base::puts_readahead): Fix end-condition. | 	* fhandler.cc (fhandler_base::puts_readahead): Fix end-condition. | ||||||
|  |  | ||||||
|  | @ -235,6 +235,7 @@ struct cwdstuff | ||||||
|   { |   { | ||||||
|     get_initial ();  |     get_initial ();  | ||||||
|     memcpy (dst, win32, drive_length);  |     memcpy (dst, win32, drive_length);  | ||||||
|  |     cwd_lock->release (); | ||||||
|     return drive_length; |     return drive_length; | ||||||
|   } |   } | ||||||
|   void init (); |   void init (); | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue