aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-01-21 05:09:20 +0000
committerChristopher Faylor <me@cgf.cx>2003-01-21 05:09:20 +0000
commit2386c7825fc4409d98cc94b2d472a2e817f554ef (patch)
treee4cbac359d761971586859bd1e51ea65f8956883
parent33de631bf2a82b8afff304986d96d169ba8992e4 (diff)
downloadnewlib-2386c7825fc4409d98cc94b2d472a2e817f554ef.zip
newlib-2386c7825fc4409d98cc94b2d472a2e817f554ef.tar.gz
newlib-2386c7825fc4409d98cc94b2d472a2e817f554ef.tar.bz2
add missing ChangeLog entry.
-rw-r--r--winsup/cygwin/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index f0e6126..d0f5599 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -9,6 +9,7 @@
test_file_changed. When the handle is invalid, return true.
(etc::file_changed): Remove unneeded check for !fn[n].
* uinfo.cc (pwdgrp::load): Eliminate spurious setting of fh to NULL.
+ (pwdgrp::operator =): Eliminate.
2003-01-19 Christopher Faylor <cgf@redhat.com>