Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!decwrl!hplabs!hpfcdc!rml From: rml@hpfcdc.HP.COM (Bob Lenk) Newsgroups: comp.unix.questions Subject: Re: "usleep" routine in HP's Message-ID: <5740041@hpfcdc.HP.COM> Date: 5 May 89 19:49:22 GMT References: <23340@shemp.CS.UCLA.EDU> Organization: HP Ft. Collins, Co. Lines: 8 > Or, if nap() doesn't show up, you could use getitimer(2) to do it yourself. Even easier, use select(2). Pass zero as the first argument (nfds) and it will sleep for as long as requested by the fifth argument (timeout). Bob Lenk hplabs!hpfcla!rml rml@hpfcla.hp.com