Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Aug 1999 16:18:08 -0700 (PDT)
From:      Alfred Perlstein <alfred@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc_r/uthread uthread_nanosleep.c
Message-ID:  <199908192318.QAA88082@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alfred      1999/08/19 16:18:08 PDT

  Modified files:
    lib/libc_r/uthread   uthread_nanosleep.c 
  Log:
  time_to_sleep->tv_nsec > 1000000000
  -to-
  time_to_sleep->tv_nsec >= 1000000000
  
  Revision  Changes    Path
  1.9       +2 -2      src/lib/libc_r/uthread/uthread_nanosleep.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908192318.QAA88082>