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>2005-03-03 04:06:30 +0300
committerChristopher Faylor <me@cgf.cx>2005-03-03 04:06:30 +0300
commit410b2bc2114a7421253b0ee9caa9511a4eef6799 (patch)
tree42280e5b2f0027901df0d63591a9d4e3e63d8001
parent608b0ce960f564ab86ebe56b6ea24d063169ee8c (diff)
fix changelog garbling
-rw-r--r--winsup/cygwin/ChangeLog7
1 files changed, 3 insertions, 4 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 302fb5ef0..0a93ec8be 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -6,13 +6,12 @@
2005-03-02 Christopher Faylor <cgf@timesys.com>
- * cygtls.cc (_cygtls::init_thread): Move exitsock setting later. It
-
-2005-03-02 Christopher Faylor <cgf@timesys.com>
-
* cygtls.cc (_cygtls::remove): Don't attempt any removal activities if
exitsock is zero.
+2005-03-02 Christopher Faylor <cgf@timesys.com>
+
+ * cygtls.cc (_cygtls::init_thread): Move exitsock setting later. It
should always be set.
(_cygtls::remove): Detect zero exitsock. Not quite sure why this is needed.