Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 07/19/1997 02:50:02
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.