diff options
author | Christopher Faylor <me@cgf.cx> | 2013-01-14 22:24:36 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2013-01-14 22:24:36 +0000 |
commit | 18905f5551d60f63a387861d0612ff7f82df790b (patch) | |
tree | 5e38be3e4d08a4201c2ce10289ff6725f84f9b6d | |
parent | b8540dae6c9b383e52cb336c9057a52ae03d6f0b (diff) | |
download | newlib-18905f5551d60f63a387861d0612ff7f82df790b.zip newlib-18905f5551d60f63a387861d0612ff7f82df790b.tar.gz newlib-18905f5551d60f63a387861d0612ff7f82df790b.tar.bz2 |
fix typo
-rw-r--r-- | winsup/cygwin/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 6f957d0..8f909b6 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -4,7 +4,7 @@ 2013-01-14 Christopher Faylor <me.cygwin2013@cgf.cx> - * exceptions.cc (signal_exit): Move captive process termintation... + * exceptions.cc (signal_exit): Move captive process termination... (_cygtls::interrupt_setup): ...into here. (sigpacket::process): Simplify setting of handler when have_execed. (_cygtls::interrupt_setup): Don't call proc_subproc when we've execed. |