aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-09-07 16:01:06 +0000
committerChristopher Faylor <me@cgf.cx>2005-09-07 16:01:06 +0000
commit31fcc87ed9625fef64c1147f81190eebc6c32bb4 (patch)
tree642c614455f9ebac07a5f8b94f18d47a482d510a
parent41ff9d8c7d4f1224b594eee921b6a966a0585d72 (diff)
downloadnewlib-31fcc87ed9625fef64c1147f81190eebc6c32bb4.zip
newlib-31fcc87ed9625fef64c1147f81190eebc6c32bb4.tar.gz
newlib-31fcc87ed9625fef64c1147f81190eebc6c32bb4.tar.bz2
add missing ChangeLog entry.
-rw-r--r--winsup/cygwin/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 36d2bfc..1a68b5c 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -5,6 +5,7 @@
* init.cc (dll_entry): Move console initialization here.
* exceptions.cc (init_console_handler): Fully remove any old console
handler.
+ (handle_sigsuspend): Make cancelable when called from non-main thread.
* spawn.cc (spawn_guts): Don't fill out windows argv if we've deduced
that this is a cygwin-using program.