diff options
author | Christopher Faylor <me@cgf.cx> | 2005-05-29 00:05:49 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-05-29 00:05:49 +0000 |
commit | 5c0a13d4868113faa4d9ac4997b724844eb5a144 (patch) | |
tree | dc0dcb6688a498558f6379a66be92ead320bbcf0 /winsup/cygwin/ChangeLog | |
parent | 03bb8acaa7be8b1849b4bbee9c213e251cba1f1c (diff) | |
download | newlib-5c0a13d4868113faa4d9ac4997b724844eb5a144.zip newlib-5c0a13d4868113faa4d9ac4997b724844eb5a144.tar.gz newlib-5c0a13d4868113faa4d9ac4997b724844eb5a144.tar.bz2 |
* fhandler_tty.cc (fhandler_tty_slave:tcflush): Use signed comparison.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index b5e314a..d172fa0 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,9 @@ 2005-05-28 Christopher Faylor <cgf@timesys.com> + * fhandler_tty.cc (fhandler_tty_slave:tcflush): Use signed comparison. + +2005-05-28 Christopher Faylor <cgf@timesys.com> + * times.cc (time_ms::usecs): Coerce comparison to signed or whole test is a no-op. |