* thread.cc (MTinterface::Init): Remove accidentally checked in code.
This commit is contained in:
parent
9450ad0d02
commit
da77d416c5
@ -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>
|
Sun Apr 22 00:22:00 2001 Robert Collins <rbtcollins@hotmail.com>
|
||||||
|
|
||||||
* passwd.cc (getpwuid): Check for thread cancellation.
|
* passwd.cc (getpwuid): Check for thread cancellation.
|
||||||
|
@ -297,8 +297,6 @@ MTinterface::Init (int forked)
|
|||||||
if (forked)
|
if (forked)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
/* shm areas a inherited when forking */
|
|
||||||
shm_head = NULL;
|
|
||||||
/* possible the atfork lists should be inited here as well */
|
/* possible the atfork lists should be inited here as well */
|
||||||
|
|
||||||
mainthread.win32_obj_id = myself->hProcess;
|
mainthread.win32_obj_id = myself->hProcess;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user