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>2004-05-27 19:58:29 +0400
committerChristopher Faylor <me@cgf.cx>2004-05-27 19:58:29 +0400
commit1973881114021f0a1c2c4b89e6afafb01ffb5816 (patch)
tree36facbcc3b1fe1322dca0da59212e7f3bba99e0d /winsup/utils
parent0512945eb5cfb23dde001cbb8875b04fcf3071b1 (diff)
clarify last entry slightly.
Diffstat (limited to 'winsup/utils')
-rw-r--r--winsup/utils/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index 93c2ff788..a5251c402 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,7 +1,7 @@
2004-05-27 Christopher Faylor <cgf@alum.bu.edu>
- * kill.cc (listsig): NSIG includes Signal 0, so we need to avoid
- calling strtosigno with NSIG - 1.
+ * kill.cc (listsig): Fix "kill -l" segv. NSIG includes Signal 0, so we
+ need to avoid calling strtosigno with NSIG - 1.
2004-03-21 Christopher Faylor <cgf@redhat.com>