summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/usleep.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* zap remaining rcsid.espie2005-08-081-4/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* ansify function definitions and zap some `register'jfb2004-05-181-3/+2
| | | | ok millert@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Pull in prototypetholo1998-02-081-1/+2
|
* XPG4.2 compat:millert1997-11-061-5/+6
| | | | | 1) usleep() and ualarm() use useconds_t not u_int 2) usleep() returns an int
* Use nanosleep(2)tholo1997-04-251-70/+6
|
* Remove dead codetholo1996-09-151-3/+5
| | | | | | Remove unused variables Silence some warnings lint(1) is your friend
* Fix RCS idstholo1996-08-191-7/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* Eliminate race by stopping timer before restarting it with remaining timederaadt1995-10-281-6/+19
| | | | (one more system call).
* initial import of NetBSD treederaadt1995-10-181-0/+108