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>2013-06-07 19:37:11 +0400
committerChristopher Faylor <me@cgf.cx>2013-06-07 19:37:11 +0400
commit97911774484304d27f9db9581b10e4dac0189134 (patch)
treef9bc9851d063466bcc4928e3b07180d4ec47dce9 /winsup/cygwin/DevNotes
parent7eed26ae5b4529b1732c1f3405b4adaacf425fab (diff)
* DevNotes: Add entry cgf-000023.
* sigproc.cc (exit_thread): Remove now-unneeded sleep code.
Diffstat (limited to 'winsup/cygwin/DevNotes')
-rw-r--r--winsup/cygwin/DevNotes5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/DevNotes b/winsup/cygwin/DevNotes
index 70f4ec22a..3016075ec 100644
--- a/winsup/cygwin/DevNotes
+++ b/winsup/cygwin/DevNotes
@@ -1,3 +1,8 @@
+2013-06-07 cgf-000023
+
+Given the fact that the signal thread never exits there is no need
+for exit_thread to ever block. So, nuke this code.
+
2013-01-31 cgf-000022
While researching the lftp behavior reported here: