diff options
-rw-r--r-- | winsup/cygwin/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 935a2bf29..565631ebc 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,7 +1,7 @@ 2012-02-01 Christopher Faylor <me.cygwin2012@cgf.cx> * fcntl.cc (fcntl64): Add introductory debug statement. Call dup3 - directory via dtable method to avoid over-incrementing refcnt. + directly via dtable method to avoid over-incrementing refcnt. 2012-02-01 Christopher Faylor <me.cygwin2012@cgf.cx> |