diff options
author | Christopher Faylor <me@cgf.cx> | 2004-01-03 19:06:21 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-01-03 19:06:21 +0000 |
commit | c0bece84cd749390b92c49c9c44dc8606f03e809 (patch) | |
tree | 4703f1e0f7e3d7451e5ecae5e99bf0954e2fc804 | |
parent | 05461d632272ed7b78d491962447e4f8cb9d429a (diff) | |
download | newlib-c0bece84cd749390b92c49c9c44dc8606f03e809.zip newlib-c0bece84cd749390b92c49c9c44dc8606f03e809.tar.gz newlib-c0bece84cd749390b92c49c9c44dc8606f03e809.tar.bz2 |
add missing entry
-rw-r--r-- | winsup/cygwin/ChangeLog-2003 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog-2003 b/winsup/cygwin/ChangeLog-2003 index 44c5c22..e78995d 100644 --- a/winsup/cygwin/ChangeLog-2003 +++ b/winsup/cygwin/ChangeLog-2003 @@ -80,6 +80,9 @@ * tty.cc (tty::common_init): Don't protect input/output mutex since it confuses subsequent fork/execs when CYGWIN=tty. + * fhandler_process.cc (fhandler_process::fill_filebuf): Properly set + "file size" for "<defunct>" reporting when filebuf is zero length. + 2003-12-26 Christopher Faylor <cgf@redhat.com> * exceptions.cc (try_to_debug): Fix off-by-one problem when resetting |