libowfat/io/io_wait.c

10 lines
145 B
C
Raw Normal View History

2003-09-02 00:14:04 +00:00
#include <unistd.h>
#include <sys/time.h>
#include <poll.h>
#include <errno.h>
#include "io_internal.h"
void io_wait() {
io_waituntil2(-1);
2003-09-02 00:14:04 +00:00
}