Xref: utzoo comp.unix.questions:31212 comp.unix.wizards:25532 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.questions,comp.unix.wizards Subject: Re: talk session Message-ID: <7739@auspex.auspex.com> Date: 10 May 91 18:56:30 GMT References: <1991May7.084631.10183@prl.dec.com> <1991May7.102219.25557@ssd.kodak.com> <1991May08.175740.12233@kithrup.COM> Followup-To: comp.unix.questions Organization: Auspex Systems, Santa Clara Lines: 16 >SunOS: usleep() Welcome to the club - the club, that is, of folks who think "usleep()" is a SunOS-ism. Dunno how people get into that club; perhaps the first UNIX system on which they see "usleep()" is a SunOS system. "usleep()" first appeared in 4.3BSD; SunOS picked it up from there. >SysVr3.[01]: use poll(); this might not be present in your version of > SysVr3.[01] What versions of S5R3.[01] deleted "poll()"? >4.[23]BSD: use select() (similar to poll() above, but more portable) 4.3BSD-and-later: use "usleep()".