* times.cc (hires_ms::usecs): Compare the difference.

* hires.h: Add parentheses to HIRES_DELAY_MAX.
This commit is contained in:
Christopher Faylor
2005-03-27 23:33:30 +00:00
parent c4a2d2f3e1
commit 491110627f
5 changed files with 8 additions and 4 deletions

View File

@@ -77,7 +77,6 @@ nanosleep (const struct timespec *rqtp, struct timespec *rmtp)
pthread_testcancel ();
if ((unsigned int) rqtp->tv_sec > (HIRES_DELAY_MAX / 1000 - 1)
|| rqtp->tv_sec < 0
|| (unsigned int) rqtp->tv_nsec > 999999999)
{
set_errno (EINVAL);