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>2005-12-12 22:10:02 +0300
committerChristopher Faylor <me@cgf.cx>2005-12-12 22:10:02 +0300
commita300f5fd14bc7d8c89e1350415e53b6ba4f45956 (patch)
tree61f4563dc021357d63a06581c78a4e403385ef7a
parent363934dc9b9327460fefc113a3797e7e51ea2c18 (diff)
correct ChangeLog
-rw-r--r--winsup/cygwin/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index bb49e7578..7db1ebfdc 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -11,7 +11,7 @@
(winpids::copied): New array.
(winpids::reset): Reset npids after releasing pinfos or suffer a memory
leak.
- (winpids::winpids): Try harder to allocate all fields in the class.
+ (winpids::winpids): Try harder to zero all fields in the class.
2005-12-12 Corinna Vinschen <corinna@vinschen.de>