summaryrefslogtreecommitdiffstats
path: root/libc/unistd/usleep.c
Commit message (Collapse)AuthorAgeFilesLines
* Make sleep behave itself properly inthe presence of SIGCHLDEric Andersen2003-12-301-5/+5
|
* Fix usleep to work correctly. Fix sleep behavior in theEric Andersen2002-01-021-0/+13
presence of SIGCHLD. -Erik