summaryrefslogtreecommitdiffstats
path: root/winsup/utils/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-09-13 18:20:52 +0000
committerChristopher Faylor <me@cgf.cx>2003-09-13 18:20:52 +0000
commita98a0011695d362f4f00b6ad66a30a2651c49e43 (patch)
tree389e2ac272da8570e49041318455ccfd79647b08 /winsup/utils/ChangeLog
parent276448cf67102d31ccd1c5b4186ac84aeeabf9d2 (diff)
downloadcygnal-a98a0011695d362f4f00b6ad66a30a2651c49e43.tar.gz
cygnal-a98a0011695d362f4f00b6ad66a30a2651c49e43.tar.bz2
cygnal-a98a0011695d362f4f00b6ad66a30a2651c49e43.zip
* kill.c (forcekill): Wait for process to terminate even if TerminateProcess
says it failed.
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r--winsup/utils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index e6b79649b..2e930846c 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,3 +1,8 @@
+2003-09-13 Christopher Faylor <cgf@redhat.com>
+
+ * kill.c (forcekill): Wait for process to terminate even if
+ TerminateProcess says it failed.
+
2003-09-11 Christopher Faylor <cgf@redhat.com>
* Makefile.in: Tweak mingw libz.a detection to make it more reliably