Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-04-22 03:26:14 +0400
committerChristopher Faylor <me@cgf.cx>2001-04-22 03:26:14 +0400
commitda77d416c54dda36b2284e9713bb2f5251d15a1c (patch)
tree2f765a0dc396e3afe05526f13fd21c547484e3ec
parent9450ad0d02bb36c663d09a2fd486506de030ff08 (diff)
* thread.cc (MTinterface::Init): Remove accidentally checked in code.
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/thread.cc2
2 files changed, 4 insertions, 2 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 164641d63..63ab22cb6 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -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.
diff --git a/winsup/cygwin/thread.cc b/winsup/cygwin/thread.cc
index c19c0c142..c30f9b2de 100644
--- a/winsup/cygwin/thread.cc
+++ b/winsup/cygwin/thread.cc
@@ -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;