summaryrefslogtreecommitdiffstats
path: root/include/usleep.h
Commit message (Collapse)AuthorAgeFilesLines
* include/c: move usleep() fallback to c.hKarel Zak2012-10-221-18/+0Star
| | | | | | To make it available everywhere in code. Signed-off-by: Karel Zak <kzak@redhat.com>
* replace usleep() for systems that don't have themDaniel Mierswa2009-08-211-0/+18
This function is marked obsolete in POSIX.1-2001 and removed in POSIX.1-2008. Conditionally replaced with nanosleep(). Signed-off-by: Daniel Mierswa <impulze@impulze.org>