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>2000-07-27 07:05:38 +0400
committerChristopher Faylor <me@cgf.cx>2000-07-27 07:05:38 +0400
commit020a861340ca2090fccda8d7da5967104a6473cc (patch)
treeeb644ad636211561c88b6376e62a5334cd2c950c
parentb58a44346496296edf7a29529c82c3d0d1e6333c (diff)
fix typo.
-rw-r--r--winsup/cygwin/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index ad84a8e42..ab42b75c8 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,6 +1,6 @@
Wed Jul 26 16:05:04 2000 Christopher Faylor <cgf@cygnus.com>
- * exceptions.cc (signal_exit): Renamed from "really+exit". Always sets
+ * exceptions.cc (signal_exit): Renamed from "really_exit". Always sets
EXIT_SIGNAL bit and reorganizes exit value for backwards cygwin
handling.
(handle_exceptions): Call signal_exit. Set "core dumped" bit.