summaryrefslogtreecommitdiffstats
path: root/include/all-io.h
Commit message (Collapse)AuthorAgeFilesLines
* include/c: move usleep() fallback to c.hKarel Zak2012-10-221-0/+2
| | | | | | To make it available everywhere in code. Signed-off-by: Karel Zak <kzak@redhat.com>
* include: fix void pointer arithmetics warningsSami Kerola2012-06-111-2/+2
| | | | | | | all-io.h:18:9: warning: pointer of type 'void *' used in arithmetic [-pedantic] all-io.h:38:9: warning: pointer of type 'void *' used in arithmetic [-pedantic] Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* libuuid: move read_all to include/all-io.hPetr Uzel2012-05-151-0/+25
| | | | Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
* include: rename writeall.h to all-io.hPetr Uzel2012-05-151-0/+47
Signed-off-by: Petr Uzel <petr.uzel@suse.cz>