wrong prototype

This commit is contained in:
Felix von Leitner 2007-10-17 11:50:11 +00:00
parent d42c303f71
commit ef6d12414b
1 changed files with 1 additions and 1 deletions

2
io.h
View File

@ -55,7 +55,7 @@ void io_dontwantwrite(int64 d);
void io_wait();
void io_waituntil(tai6464 t);
void io_waituntil2(int64 milliseconds);
int64 io_waituntil2(int64 milliseconds);
void io_check();
/* signal that read/accept/whatever returned EAGAIN */