jtc Fri Jul 18 19:42:33 PDT 1997 Update of /cvsroot/src/lib/libc/gen In directory netbsd1:/var/slash-tmp/cvs-serv28294 Modified Files: sleep.3 sleep.c usleep.3 usleep.c Log Message: Implement sleep() and usleep() in terms of nanosleep(). Uses only one syscall instead of eight, and doesn't have any interactions with alarm or interval timers.