Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 May 1997 08:42:58 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG
Subject:   cvs commit: src/lib/libc/gen usleep.c
Message-ID:  <199705171542.IAA08928@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       1997/05/17 08:42:58 PDT

  Modified files:
    lib/libc/gen         usleep.c 
  Log:
  if nanosleep returns too early, loop.  usleep() does not have a return
  value, it appears as though the semantics of usleep are that it doesn't
  return early.  (only in the nanosleep code - the setitimer code does this
  already)
  
  Revision  Changes    Path
  1.7       +7 -2      src/lib/libc/gen/usleep.c



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