diff options
author | Christopher Faylor <me@cgf.cx> | 2005-03-27 23:38:28 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-03-27 23:38:28 +0000 |
commit | cfa131587dafc00b5b3ab6bd1851777e250aa991 (patch) | |
tree | 09350783ca5b287dbaa10239f984a9ebfc30a8ad /winsup | |
parent | 491110627f5515bf3d1ecdb42b1dabf7c53f116b (diff) | |
download | cygnal-cfa131587dafc00b5b3ab6bd1851777e250aa991.tar.gz cygnal-cfa131587dafc00b5b3ab6bd1851777e250aa991.tar.bz2 cygnal-cfa131587dafc00b5b3ab6bd1851777e250aa991.zip |
* signal.cc (nanosleep): Revert tv_sec < 0 check as it is fixed properly in the
below change to hires.h.
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/cygwin/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index b43766025..12e274d29 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,8 @@ +2005-03-27 Christopher Faylor <cgf@timesys.com> + + * signal.cc (nanosleep): Revert tv_sec < 0 check as it is fixed + properly in the below change to hires.h. + 2005-03-27 Pierre Humblet <pierre.humblet@ieee.org> * times.cc (hires_ms::usecs): Compare the difference. |