diff options
author | Christopher Faylor <me@cgf.cx> | 2005-09-07 16:01:06 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-09-07 16:01:06 +0000 |
commit | 31fcc87ed9625fef64c1147f81190eebc6c32bb4 (patch) | |
tree | 642c614455f9ebac07a5f8b94f18d47a482d510a | |
parent | 41ff9d8c7d4f1224b594eee921b6a966a0585d72 (diff) | |
download | cygnal-31fcc87ed9625fef64c1147f81190eebc6c32bb4.tar.gz cygnal-31fcc87ed9625fef64c1147f81190eebc6c32bb4.tar.bz2 cygnal-31fcc87ed9625fef64c1147f81190eebc6c32bb4.zip |
add missing ChangeLog entry.
-rw-r--r-- | winsup/cygwin/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 36d2bfc1a..1a68b5c8e 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. |