* thread.cc (MTinterface::Init): Remove accidentally checked in code.
This commit is contained in:
		| @@ -1,3 +1,7 @@ | ||||
| Sat Apr 21 19:26:05 2001  Christopher Faylor <cgf@cygnus.com> | ||||
|  | ||||
| 	* thread.cc (MTinterface::Init): Remove accidentally checked in code. | ||||
|  | ||||
| Sun Apr 22 00:22:00 2001  Robert Collins <rbtcollins@hotmail.com> | ||||
|  | ||||
| 	* passwd.cc (getpwuid): Check for thread cancellation. | ||||
|   | ||||
| @@ -297,8 +297,6 @@ MTinterface::Init (int forked) | ||||
|   if (forked) | ||||
|     return; | ||||
|  | ||||
|   /* shm areas a inherited when forking */ | ||||
|   shm_head = NULL; | ||||
|   /* possible the atfork lists should be inited here as well */ | ||||
|  | ||||
|   mainthread.win32_obj_id = myself->hProcess; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user